moro23 commited on
Commit
89d0073
1 Parent(s): 466212b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ iface = gr.Interface(fn=get_sentiment, inputs="text", outputs=["text"],
10
  title="Sentiment Analysis",
11
  description="")
12
 
13
- iface.launch(share=True)
 
10
  title="Sentiment Analysis",
11
  description="")
12
 
13
+ iface.launch()