From c96d878708a28525619ea852381a50f04049ff79 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Sun, 13 Aug 2023 11:46:12 +0800 Subject: [PATCH] Update infer-web.py --- infer-web.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infer-web.py b/infer-web.py index b2d888f..fc1005c 100644 --- a/infer-web.py +++ b/infer-web.py @@ -1835,7 +1835,7 @@ with gr.Blocks(title="RVC WebUI") as app: gr.Markdown(value=i18n("step3: 填写训练设置, 开始训练模型和索引")) with gr.Row(): save_epoch10 = gr.Slider( - minimum=0, + minimum=1, maximum=50, step=1, label=i18n("保存频率save_every_epoch"), @@ -1843,7 +1843,7 @@ with gr.Blocks(title="RVC WebUI") as app: interactive=True, ) total_epoch11 = gr.Slider( - minimum=0, + minimum=2, maximum=1000, step=1, label=i18n("总训练轮数total_epoch"),