mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 15:19:59 +08:00
.
This commit is contained in:
parent
2d0db0bac5
commit
846c902775
4
webui.py
4
webui.py
@ -751,8 +751,8 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
|||||||
value="zh"
|
value="zh"
|
||||||
)
|
)
|
||||||
asr_precision = gr.Dropdown(
|
asr_precision = gr.Dropdown(
|
||||||
label = i18n("ASR 语言设置"),
|
label = i18n("ASR 精度设置"),
|
||||||
choices = ["zh"],
|
choices = ["float32"],
|
||||||
interactive = True,
|
interactive = True,
|
||||||
value="zh"
|
value="zh"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user