Spaces:
Runtime error
Runtime error
Commit
•
f1f39cb
1
Parent(s):
3a2eacf
Update GPT_SoVITS/inference_webui.py (#1)
Browse files- Update GPT_SoVITS/inference_webui.py (2fe163ac411b364d15352731866346a1e5940bbc)
Co-authored-by: sfe <xhlm123@users.noreply.huggingface.co>
GPT_SoVITS/inference_webui.py
CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
|
224 |
split_bucket,fragment_interval,
|
225 |
seed
|
226 |
],
|
227 |
-
[output],
|
228 |
)
|
229 |
stop_infer.click(tts_pipline.stop, [], [])
|
230 |
|
|
|
224 |
split_bucket,fragment_interval,
|
225 |
seed
|
226 |
],
|
227 |
+
[output],api_name="GetVoice"
|
228 |
)
|
229 |
stop_infer.click(tts_pipline.stop, [], [])
|
230 |
|