subhanshu commited on
Commit
e744fdc
·
1 Parent(s): 858d869

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ def get_sentiment(input_text):
5
  return sentiment(input_text)
6
 
7
  iface= gr.Interface(fn= get_sentiment, inputs="text", outputs= ['text'], title='Sentiment- Analysis' ,description="GEt setimensts ")
8
- iface.launch(inline=false)
 
5
  return sentiment(input_text)
6
 
7
  iface= gr.Interface(fn= get_sentiment, inputs="text", outputs= ['text'], title='Sentiment- Analysis' ,description="GEt setimensts ")
8
+ iface.launch(inline=False)