Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
|
|
15 |
return classifier(input_text)
|
16 |
|
17 |
iface = gr.Interface(fn= get_sentiment, inputs="text", outputs = ["text"], title="Sentiment Analysis")
|
18 |
+
iface.launch()
|