Deep50D commited on
Commit
2f7d724
·
verified ·
1 Parent(s): 1d3e6d1

Update app.py

Browse files

fixing broken stuff

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -297,7 +297,8 @@ gr.Interface(
297
  ],
298
  outputs=[
299
  #gr.Video(label="Waveform Visual"),
300
- gr.Audio(label="Synthesised Audio"),
 
301
  ],
302
  title=title,
303
  description=description,
 
297
  ],
298
  outputs=[
299
  #gr.Video(label="Waveform Visual"),
300
+ #gr.Audio(label="Synthesised Audio"),
301
+ gr.Audio(label="Synthesised Audio", type="filepath"),
302
  ],
303
  title=title,
304
  description=description,