Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def predict_sentiment(sentence = "Volim ti"):
|
|
67 |
interface = gr.Interface(
|
68 |
fn=predict_sentiment,
|
69 |
inputs='text',
|
70 |
-
outputs=['
|
71 |
title='Sentiment Analysis',
|
72 |
description='Get the positive/neutral/negative sentiment for the given input.'
|
73 |
)
|
|
|
67 |
interface = gr.Interface(
|
68 |
fn=predict_sentiment,
|
69 |
inputs='text',
|
70 |
+
outputs=['label'],
|
71 |
title='Sentiment Analysis',
|
72 |
description='Get the positive/neutral/negative sentiment for the given input.'
|
73 |
)
|