DioLiu commited on
Commit
e0c8c55
·
1 Parent(s): 5b53bf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ def get_sentiment(input_text):
15
  return classifier(input_text)
16
 
17
  iface = gr.Interface(fn= get_sentiment, inputs="text", outputs = ["text"], title="Sentiment Analysis")
18
- iface.launch(inline = False)
 
15
  return classifier(input_text)
16
 
17
  iface = gr.Interface(fn= get_sentiment, inputs="text", outputs = ["text"], title="Sentiment Analysis")
18
+ iface.launch()