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
846c902775
commit
1c05bac99a
2
webui.py
2
webui.py
@ -779,7 +779,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
||||
return {"__type__": "update", "choices": asr_dict[key]['precision'],"value":precision}
|
||||
asr_model.change(change_lang_choices, [asr_model], [asr_lang])
|
||||
asr_model.change(change_size_choices, [asr_model], [asr_size])
|
||||
asr_model.change(change_size_choices, [asr_model], [asr_precision])
|
||||
asr_model.change(change_precision_choices, [asr_model], [asr_precision])
|
||||
|
||||
|
||||
gr.Markdown(value=i18n("0d-语音文本校对标注工具"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user