From 846c902775e507642ff014b886f2d6239d62a08a Mon Sep 17 00:00:00 2001 From: XXXXRT666 Date: Wed, 10 Jul 2024 16:37:56 +0800 Subject: [PATCH] . --- webui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui.py b/webui.py index 94ef505b..5136cfbb 100644 --- a/webui.py +++ b/webui.py @@ -751,8 +751,8 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app: value="zh" ) asr_precision = gr.Dropdown( - label = i18n("ASR 语言设置"), - choices = ["zh"], + label = i18n("ASR 精度设置"), + choices = ["float32"], interactive = True, value="zh" )