Spaces:
Runtime error
Runtime error
feat: api
Browse files
GPT_SoVITS/inference_webui.py
CHANGED
@@ -1422,7 +1422,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI", analytics_enabled=False, js=js, css=css
|
|
1422 |
output = gr.Audio(label=i18n("输出的语音"), scale=14)
|
1423 |
|
1424 |
inference_button.click(
|
1425 |
-
|
1426 |
[
|
1427 |
inp_ref,
|
1428 |
prompt_text,
|
|
|
1422 |
output = gr.Audio(label=i18n("输出的语音"), scale=14)
|
1423 |
|
1424 |
inference_button.click(
|
1425 |
+
run,
|
1426 |
[
|
1427 |
inp_ref,
|
1428 |
prompt_text,
|