mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2025-12-25 15:59:26 +01:00
Maximum value of save_every_epoch changed to 50 => 200 (#178)
This commit is contained in:
@@ -1246,7 +1246,7 @@ with gr.Blocks() as app:
|
||||
with gr.Row():
|
||||
save_epoch10 = gr.Slider(
|
||||
minimum=0,
|
||||
maximum=50,
|
||||
maximum=200,
|
||||
step=1,
|
||||
label=i18n("保存频率save_every_epoch"),
|
||||
value=5,
|
||||
|
||||
Reference in New Issue
Block a user