This commit is contained in:
XXXXRT666 2024-07-10 16:37:56 +08:00
parent 2d0db0bac5
commit 846c902775

View File

@ -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"
)