Spaces:
Runtime error
Runtime error
Francisco Cerna Fukuzaki
commited on
Commit
Β·
3a20ddb
1
Parent(s):
06ff43b
Commit inicial.
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from pysentimiento import create_analyzer
|
|
3 |
|
4 |
|
5 |
sentiment_analyzer = create_analyzer(task="sentiment", lang="es")
|
6 |
-
emotion_analyzer = create_analyzer(task="emotion", lang="
|
7 |
|
8 |
|
9 |
def get_texto_con_porcentaje(decimal):
|
|
|
3 |
|
4 |
|
5 |
sentiment_analyzer = create_analyzer(task="sentiment", lang="es")
|
6 |
+
emotion_analyzer = create_analyzer(task="emotion", lang="es")
|
7 |
|
8 |
|
9 |
def get_texto_con_porcentaje(decimal):
|