Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ interface = gr.Interface(
|
|
28 |
fn=predict_sentiment,
|
29 |
inputs='text',
|
30 |
outputs=['text'],
|
31 |
-
title='Multilingual
|
32 |
examples= ["I love tea","I hate coffee"],
|
33 |
description='Get the positive/neutral/negative sentiment for the given input.'
|
34 |
)
|
|
|
28 |
fn=predict_sentiment,
|
29 |
inputs='text',
|
30 |
outputs=['text'],
|
31 |
+
title='Multilingual Unimodal Sentiment Analysis',
|
32 |
examples= ["I love tea","I hate coffee"],
|
33 |
description='Get the positive/neutral/negative sentiment for the given input.'
|
34 |
)
|