mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 23:48:48 +08:00
.
This commit is contained in:
parent
1c05bac99a
commit
a166f0c3d5
2
webui.py
2
webui.py
@ -754,7 +754,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
|||||||
label = i18n("ASR 精度设置"),
|
label = i18n("ASR 精度设置"),
|
||||||
choices = ["float32"],
|
choices = ["float32"],
|
||||||
interactive = True,
|
interactive = True,
|
||||||
value="zh"
|
value="float32"
|
||||||
)
|
)
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
asr_info = gr.Textbox(label=i18n("ASR进程输出信息"))
|
asr_info = gr.Textbox(label=i18n("ASR进程输出信息"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user