Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|