jmparejaz commited on
Commit
0ee4cc5
1 Parent(s): d45f169

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,4 +104,4 @@ def main(audio):
104
  # )
105
 
106
 
107
- app=gr.Interface(title="Sentiment Audio Analysis",fn=main,inputs=gr.Audio(source="microphone"), outputs=["text","text","text"]).launch(debug = True, share = True)
 
104
  # )
105
 
106
 
107
+ app=gr.Interface(title="Sentiment Audio Analysis",fn=main,inputs=gr.Audio(source="microphone"), outputs=["text","text","text"]).launch(debug = True)