Spaces:
Sleeping
Sleeping
Update webui.py
Browse files
webui.py
CHANGED
|
@@ -512,7 +512,7 @@ def render_interface() -> gr.Blocks:
|
|
| 512 |
["obama.wav", "everybody_loves.wav"],
|
| 513 |
],
|
| 514 |
inputs=[prompt_audio, target_audio],
|
| 515 |
-
outputs=output_audio,
|
| 516 |
fn=synthesis_function,
|
| 517 |
cache_examples=True,
|
| 518 |
cache_mode="lazy"
|
|
|
|
| 512 |
["obama.wav", "everybody_loves.wav"],
|
| 513 |
],
|
| 514 |
inputs=[prompt_audio, target_audio],
|
| 515 |
+
outputs=[output_audio, prompt_metadata, target_metadata],
|
| 516 |
fn=synthesis_function,
|
| 517 |
cache_examples=True,
|
| 518 |
cache_mode="lazy"
|