1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 09:10:25 +08:00
* Fix i18n

修复翻译问题

* Fix i18n

修复翻译问题
This commit is contained in:
知不可乎
2024-04-11 15:46:26 +08:00
committed by GitHub
parent 8fd883d739
commit 40f991e38a

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(