From b538b85754031e93edcabf9310dccd073ac9c08b Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Sat, 3 Aug 2024 00:44:59 +0800 Subject: [PATCH] funasr support cantonese funasr support cantonese --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index a1feb77c..741b0cbe 100644 --- a/webui.py +++ b/webui.py @@ -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" )