Update app.py
Browse files
app.py
CHANGED
@@ -7,4 +7,4 @@ def get_sentiment(input_text):
|
|
7 |
# result
|
8 |
iface = gr.Interface(fn = get_sentiment,inputs="text",
|
9 |
outputs=['text'], title='Sentiment Analysis',description='Get Sentiment Analysis')
|
10 |
-
iface.launch(
|
|
|
7 |
# result
|
8 |
iface = gr.Interface(fn = get_sentiment,inputs="text",
|
9 |
outputs=['text'], title='Sentiment Analysis',description='Get Sentiment Analysis')
|
10 |
+
iface.launch()
|