Skip to content

Commit 6439013

Browse files
committed
updated ui
updated ui to have placeholders, certain sliders appear only when needed, step 2b is hidden if pitch guidance is disabled, unnecessary radios replaced with checkboxes
1 parent 32b4667 commit 6439013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infer-web.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2399,15 +2399,15 @@ def whethercrepeornah(radio):
23992399
gr.Markdown(value=i18n("step3: 填写训练设置, 开始训练模型和索引"))
24002400
with gr.Row():
24012401
save_epoch10 = gr.Slider(
2402-
minimum=0,
2402+
minimum=1,
24032403
maximum=50,
24042404
step=1,
24052405
label=i18n("保存频率save_every_epoch"),
24062406
value=5,
24072407
interactive=True,
24082408
)
24092409
total_epoch11 = gr.Slider(
2410-
minimum=0,
2410+
minimum=1,
24112411
maximum=10000,
24122412
step=1,
24132413
label=i18n("总训练轮数total_epoch"),

0 commit comments

Comments
 (0)