From a166f0c3d53604fa7e4977a2b6ae4a38ef45e0c9 Mon Sep 17 00:00:00 2001 From: XXXXRT666 Date: Wed, 10 Jul 2024 16:41:04 +0800 Subject: [PATCH] . --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index c410b26a..f8274533 100644 --- a/webui.py +++ b/webui.py @@ -754,7 +754,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app: label = i18n("ASR 精度设置"), choices = ["float32"], interactive = True, - value="zh" + value="float32" ) with gr.Row(): asr_info = gr.Textbox(label=i18n("ASR进程输出信息"))