@@ -769,7 +769,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
)
asr_lang=gr.Dropdown(
label=i18n("ASR 语言设置"),
choices=["zh"],
choices=["zh","yue"],
interactive=True,
value="zh"
)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.