ameyahuggingface commited on
Commit
7cc1b91
1 Parent(s): 848e93f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ iface= gr.Interface(fn = get_sentiment,
13
  title="Sentiment Analysis",
14
  description="Get SentimentNegative/Positive For the given input")
15
 
16
- iface.launch(auth=('user','AmVrUt'), auth_message="Check your Login Details sent to your e-mail",share="True",inline=False)
 
13
  title="Sentiment Analysis",
14
  description="Get SentimentNegative/Positive For the given input")
15
 
16
+ iface.launch(inline=False)