Spaces:
Sleeping
Sleeping
Commit
·
4517c1b
1
Parent(s):
0c6b74a
Update app.py
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ def predict(text):
|
|
21 |
return "error"
|
22 |
|
23 |
# Creamos la interfaz y la lanzamos.
|
24 |
-
gr.Interface(fn=predict, inputs="text", outputs="label",examples=["i would not watch it again, it is amazing one of my favorites"]).launch()
|
|
|
21 |
return "error"
|
22 |
|
23 |
# Creamos la interfaz y la lanzamos.
|
24 |
+
gr.Interface(fn=predict, inputs="text", outputs="label",examples=["i would not watch it again", "it is amazing one of my favorites"]).launch()
|