funasr support cantonese
funasr support cantonese
This commit is contained in:
2
webui.py
2
webui.py
@@ -769,7 +769,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
|||||||
)
|
)
|
||||||
asr_lang = gr.Dropdown(
|
asr_lang = gr.Dropdown(
|
||||||
label = i18n("ASR 语言设置"),
|
label = i18n("ASR 语言设置"),
|
||||||
choices = ["zh"],
|
choices = ["zh","yue"],
|
||||||
interactive = True,
|
interactive = True,
|
||||||
value="zh"
|
value="zh"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user