mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-07-03 12:38:12 +08:00
.
This commit is contained in:
parent
7385c17f64
commit
ebb1303627
2
webui.py
2
webui.py
@ -1871,7 +1871,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI", analytics_enabled=False, js=js, css=css
|
||||
choices=GPU_INDEX_LIST,
|
||||
value=infer_device.index,
|
||||
interactive=True,
|
||||
multiselect=True,
|
||||
multiselect=False,
|
||||
allow_custom_value=False,
|
||||
)
|
||||
refresh_button = gr.Button(i18n("刷新模型路径"), variant="primary")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user