Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -424,7 +424,7 @@ gr.Interface(
|
|
424 |
],
|
425 |
outputs=[
|
426 |
gr.Video(label="Waveform Visual"),
|
427 |
-
gr.Audio(label="Synthesised Audio"),
|
428 |
gr.Audio(label="Reference Audio Used"),
|
429 |
],
|
430 |
title=title,
|
|
|
424 |
],
|
425 |
outputs=[
|
426 |
gr.Video(label="Waveform Visual"),
|
427 |
+
gr.Audio(label="Synthesised Audio", streaming=True, autoplay=True),
|
428 |
gr.Audio(label="Reference Audio Used"),
|
429 |
],
|
430 |
title=title,
|