From 1c0365b56a1cedb03445fc7d34f023d5d5074a26 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 a1feb77..741b0cb 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" )