PablitoGil14 commited on
Commit
634f4eb
·
verified ·
1 Parent(s): b62bc91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ learner = from_pretrained_fastai(repo_id)
12
  # Definimos las etiquetas de nuestro modelo
13
  labels = ['0','1','2','3']
14
 
15
- example1 = "I cant believe this happened."
16
  example2 = "Thats fantastic news!"
17
  example3 = "I am very irate by your complete disregard for honesty and decency. Your actions are unacceptable. Go screw yourself."
18
 
 
12
  # Definimos las etiquetas de nuestro modelo
13
  labels = ['0','1','2','3']
14
 
15
+ example1 = "I cant believe this happened. It was terrible"
16
  example2 = "Thats fantastic news!"
17
  example3 = "I am very irate by your complete disregard for honesty and decency. Your actions are unacceptable. Go screw yourself."
18