mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
funasr support cantonese
funasr support cantonese
This commit is contained in:
parent
8a101474b5
commit
1c0365b56a
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"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user