jmparejaz commited on
Commit
7d443e6
·
1 Parent(s): 7eb62ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,4 +108,4 @@ app=gr.Interface(title="Sentiment Audio Analysis",fn=main,inputs=gr.Audio(source
108
 
109
 
110
 
111
- app.launch()
 
108
 
109
 
110
 
111
+ app.launch(debug = True, share = True)