Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def predict_sentiment(x):
|
|
| 53 |
interface = gr.Interface(
|
| 54 |
fn=predict_sentiment,
|
| 55 |
inputs='text',
|
| 56 |
-
outputs=['
|
| 57 |
title='Croatian Movie reviews Sentiment Analysis',
|
| 58 |
examples= ["Es mīlu Tevi","Es ienīstu kafiju"],
|
| 59 |
description='Get the positive/neutral/negative sentiment for the given input.'
|
|
|
|
| 53 |
interface = gr.Interface(
|
| 54 |
fn=predict_sentiment,
|
| 55 |
inputs='text',
|
| 56 |
+
outputs=['text'],
|
| 57 |
title='Croatian Movie reviews Sentiment Analysis',
|
| 58 |
examples= ["Es mīlu Tevi","Es ienīstu kafiju"],
|
| 59 |
description='Get the positive/neutral/negative sentiment for the given input.'
|