jmparejaz commited on
Commit
6a1445e
·
1 Parent(s): c20d21c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ audio = gr.Audio(
44
  type="filepath"
45
  )
46
 
47
- app=gr.Interface(title="Speech Sentiment Classification",fn=inference_text,inputs=[audio],outputs=gr.DataFrame())
48
 
49
 
50
 
 
44
  type="filepath"
45
  )
46
 
47
+ app=gr.Interface(title="Speech Sentiment Classification",fn=inference_text,inputs=[audio],outputs=[text])
48
 
49
 
50