Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions infer-web.py
Original file line number Diff line number Diff line change
Expand Up @@ -1184,8 +1184,8 @@ def change_f0_method(f0method8):
)
if_f0_3 = gr.Radio(
label=i18n("模型是否带音高指导(唱歌一定要, 语音可以不要)"),
choices=[True, False],
value=True,
choices=[i18n("是"), i18n("否")],
value=i18n("是"),
interactive=True,
)
version19 = gr.Radio(
Expand Down