Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,4 +6,4 @@ def get_sentiment(input_text):
|
|
6 |
return sentiment(input_text)
|
7 |
|
8 |
iface = gr.Interface(fn = get_sentiment, inputs = 'text', outputs = ['text'], title = 'Sentiment Analysis')
|
9 |
-
iface.launch(
|
|
|
6 |
return sentiment(input_text)
|
7 |
|
8 |
iface = gr.Interface(fn = get_sentiment, inputs = 'text', outputs = ['text'], title = 'Sentiment Analysis')
|
9 |
+
iface.launch()
|