* Fix i18n

修复翻译问题

* Fix i18n

修复翻译问题
This commit is contained in:
知不可乎 2024-04-11 15:46:26 +08:00 committed by GitHub
parent 8fd883d739
commit 40f991e38a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1174,8 +1174,8 @@ with gr.Blocks(title="RVC WebUI") as app:
)
if_f0_3 = gr.Radio(
label=i18n("模型是否带音高指导(唱歌一定要, 语音可以不要)"),
choices=[True, False],
value=True,
choices=[i18n(""), i18n("")],
value=i18n(""),
interactive=True,
)
version19 = gr.Radio(