Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ labels = ['0','1']
|
|
| 12 |
|
| 13 |
example1 = "This film is the worst I have seen in my whole life."
|
| 14 |
example2 = "Really interesting. I liked it a lot."
|
| 15 |
-
example3 = "
|
| 16 |
|
| 17 |
# Definimos una funci贸n que se encarga de llevar a cabo las predicciones
|
| 18 |
def predict(text):
|
|
|
|
| 12 |
|
| 13 |
example1 = "This film is the worst I have seen in my whole life."
|
| 14 |
example2 = "Really interesting. I liked it a lot."
|
| 15 |
+
example3 = "I didn't like the ending,."
|
| 16 |
|
| 17 |
# Definimos una funci贸n que se encarga de llevar a cabo las predicciones
|
| 18 |
def predict(text):
|