jmparejaz commited on
Commit
b64e350
1 Parent(s): d6d47b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,4 +109,4 @@ app=gr.Interface(title="Sentiment Audio Analysis",fn=main,inputs=[audio], output
109
 
110
 
111
 
112
- app.launch(Share=True)
 
109
 
110
 
111
 
112
+ app.launch()