gorkemgoknar commited on
Commit
d8cc0b4
1 Parent(s): 0c81c46

enable autoplay

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,