Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,17 +19,17 @@ learner = from_pretrained_fastai('osrojo/Emotion')
|
|
| 19 |
labels = ['0','1','2','3','4','5']
|
| 20 |
|
| 21 |
|
| 22 |
-
example1 = "
|
| 23 |
|
| 24 |
-
example2 = "
|
| 25 |
|
| 26 |
-
example3 = "
|
| 27 |
|
| 28 |
-
example4 = "
|
| 29 |
|
| 30 |
-
example5 = "
|
| 31 |
|
| 32 |
-
example6 = "i feel like they bring the characters to life completely and i m always kind of surprised what the actors do do together"
|
| 33 |
|
| 34 |
# Definimos una función que se encarga de llevar a cabo las predicciones
|
| 35 |
|
|
|
|
| 19 |
labels = ['0','1','2','3','4','5']
|
| 20 |
|
| 21 |
|
| 22 |
+
example1 = "I started crying when I saw that little cat standing in the middle of the forest. It reminded me of my poor kitten."
|
| 23 |
|
| 24 |
+
example2 = "I can't wait to see Coldplay's concert next week. It's gonna be great!"
|
| 25 |
|
| 26 |
+
example3 = "The moment I finished reading a Brief History of Time, I knew that my passion would be physics."
|
| 27 |
|
| 28 |
+
example4 = "The fact that I needed to create four Gmail accounts in order to finish this goddammn notebook is quite irritating."
|
| 29 |
|
| 30 |
+
example5 = "I've been having nightmares lately about all my work getting lost all of a sudden. I hope that will never happen."
|
| 31 |
|
| 32 |
+
example6 = "i feel like they bring the characters to life completely and i m always kind of surprised what the actors do do together."
|
| 33 |
|
| 34 |
# Definimos una función que se encarga de llevar a cabo las predicciones
|
| 35 |
|