Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
|
4 |
# Cargamos el learner
|
5 |
|
6 |
-
repo_id = "macapa/emotion-text-
|
7 |
learner = from_pretrained_fastai(repo_id)
|
8 |
|
9 |
# Definimos la funci贸n que realiza las predicciones
|
|
|
3 |
|
4 |
# Cargamos el learner
|
5 |
|
6 |
+
repo_id = "macapa/emotion-text-better"
|
7 |
learner = from_pretrained_fastai(repo_id)
|
8 |
|
9 |
# Definimos la funci贸n que realiza las predicciones
|