This commit is contained in:
XXXXRT666 2024-07-10 16:41:04 +08:00
parent 1c05bac99a
commit a166f0c3d5

View File

@ -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进程输出信息"))