oniati commited on
Commit
7e44813
·
verified ·
1 Parent(s): 9176fc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -296,7 +296,7 @@ examples=[['download.wav']]
296
  gr.Interface(
297
  inference,
298
  gr.Audio(type="filepath", label="Input"),
299
- [gr.outputs.File(label="Output")],
300
  title=title,
301
  description=description,
302
  article=article,
 
296
  gr.Interface(
297
  inference,
298
  gr.Audio(type="filepath", label="Input"),
299
+ outputs = gr.File(label="Output"),
300
  title=title,
301
  description=description,
302
  article=article,