mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-26 14:38:58 +08:00
Maximum value of save_every_epoch changed to 50 => 200 (#178)
This commit is contained in:
parent
a6cb4d3625
commit
7b8a0bb6fc
@ -1246,7 +1246,7 @@ with gr.Blocks() as app:
|
|||||||
with gr.Row():
|
with gr.Row():
|
||||||
save_epoch10 = gr.Slider(
|
save_epoch10 = gr.Slider(
|
||||||
minimum=0,
|
minimum=0,
|
||||||
maximum=50,
|
maximum=200,
|
||||||
step=1,
|
step=1,
|
||||||
label=i18n("保存频率save_every_epoch"),
|
label=i18n("保存频率save_every_epoch"),
|
||||||
value=5,
|
value=5,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user