Ahsen Khaliq commited on
Commit
c5c0146
1 Parent(s): 878be74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,7 +279,7 @@ examples=[['download.wav']]
279
 
280
  gr.Interface(
281
  inference,
282
- gr.inputs.Audio(type="filepath", label="Input"),
283
  [gr.outputs.File(label="Output")],
284
  title=title,
285
  description=description,
 
279
 
280
  gr.Interface(
281
  inference,
282
+ gr.inputs.Audio(type="file", label="Input"),
283
  [gr.outputs.File(label="Output")],
284
  title=title,
285
  description=description,