funasr support cantonese

funasr support cantonese
This commit is contained in:
RVC-Boss
2024-08-03 00:44:59 +08:00
committed by GitHub
parent 8a101474b5
commit 1c0365b56a

View File

@@ -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"
)