Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ analyzer = create_analyzer(task="sentiment", lang="pt")
|
|
| 40 |
|
| 41 |
def get_sentiment(input_text):
|
| 42 |
|
| 43 |
-
prever = analyzer.predict([input_text])
|
| 44 |
return prever
|
| 45 |
|
| 46 |
app_examples = [
|
|
|
|
| 40 |
|
| 41 |
def get_sentiment(input_text):
|
| 42 |
|
| 43 |
+
prever = analyzer.predict([input_text])
|
| 44 |
return prever
|
| 45 |
|
| 46 |
app_examples = [
|