mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-02-07 06:02:49 +08:00
Update infer-web.py
This commit is contained in:
parent
f637bb8788
commit
c96d878708
@ -1835,7 +1835,7 @@ with gr.Blocks(title="RVC WebUI") as app:
|
|||||||
gr.Markdown(value=i18n("step3: 填写训练设置, 开始训练模型和索引"))
|
gr.Markdown(value=i18n("step3: 填写训练设置, 开始训练模型和索引"))
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
save_epoch10 = gr.Slider(
|
save_epoch10 = gr.Slider(
|
||||||
minimum=0,
|
minimum=1,
|
||||||
maximum=50,
|
maximum=50,
|
||||||
step=1,
|
step=1,
|
||||||
label=i18n("保存频率save_every_epoch"),
|
label=i18n("保存频率save_every_epoch"),
|
||||||
@ -1843,7 +1843,7 @@ with gr.Blocks(title="RVC WebUI") as app:
|
|||||||
interactive=True,
|
interactive=True,
|
||||||
)
|
)
|
||||||
total_epoch11 = gr.Slider(
|
total_epoch11 = gr.Slider(
|
||||||
minimum=0,
|
minimum=2,
|
||||||
maximum=1000,
|
maximum=1000,
|
||||||
step=1,
|
step=1,
|
||||||
label=i18n("总训练轮数total_epoch"),
|
label=i18n("总训练轮数total_epoch"),
|
||||||
|
Loading…
Reference in New Issue
Block a user