Spaces:
Running
on
T4
Running
on
T4
gorkemgoknar
commited on
Commit
•
d8cc0b4
1
Parent(s):
0c81c46
enable autoplay
Browse files
app.py
CHANGED
@@ -399,7 +399,7 @@ gr.Interface(
|
|
399 |
],
|
400 |
outputs=[
|
401 |
gr.Video(label="Waveform Visual"),
|
402 |
-
gr.Audio(label="Synthesised Audio"),
|
403 |
gr.Audio(label="Reference Audio Used"),
|
404 |
],
|
405 |
title=title,
|
|
|
399 |
],
|
400 |
outputs=[
|
401 |
gr.Video(label="Waveform Visual"),
|
402 |
+
gr.Audio(label="Synthesised Audio", autoplay=True),
|
403 |
gr.Audio(label="Reference Audio Used"),
|
404 |
],
|
405 |
title=title,
|