reach-vb HF staff commited on
Commit
b528c57
1 Parent(s): 096c2f1

Update app.py

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