osrojo commited on
Commit
8ef4b97
verified
1 Parent(s): 28cebc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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 = "would like to take the opportunity to describe one day this week when i was feeling particularly gloomy"
23
 
24
- example2 = "i believe that feeling accepted in a non judgemental way can be healing"
25
 
26
- example3 = "im feeling somewhat nostalgic about the game just from the fact that its star wars"
27
 
28
- example4 = "i am most certainly an acquired taste but lately many of those around me have seemed to feel the taste to be bitter"
29
 
30
- example5 = "i feel shy about it all and also a little concerned whether my new title will distance me away from people i care for"
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