tommy24 commited on
Commit
1a3f775
·
1 Parent(s): ca945cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -246,9 +246,9 @@ inputs = [
246
  ]
247
 
248
  # outputs = gr.outputs.Image(type="numpy")
249
- outputs = gr.outputs.Audio(type="filepath")
250
 
251
- iface = gr.Interface(fn=function, inputs=inputs, outputs=outputs)
252
 
253
  iface.launch()
254
 
 
246
  ]
247
 
248
  # outputs = gr.outputs.Image(type="numpy")
249
+ # outputs = gr.outputs.Audio(type="filepath")
250
 
251
+ iface = gr.Interface(fn=function, inputs=inputs, outputs="text")
252
 
253
  iface.launch()
254