anbohan commited on
Commit
8ce77ff
1 Parent(s): 0af786d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ def get_sentiment(input_text):
6
 
7
  iface7 = gr.Interface(get_sentiment, inputs= "text", outputs= "text", title="Sentiment Analysis")
8
 
9
- iface7.launch(infile=False)
 
6
 
7
  iface7 = gr.Interface(get_sentiment, inputs= "text", outputs= "text", title="Sentiment Analysis")
8
 
9
+ iface7.launch(inline=False)