Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,4 +40,4 @@ def predict(text):
|
|
40 |
|
41 |
# Creamos la interfaz y la lanzamos.
|
42 |
|
43 |
-
gr.Interface(fn=predict, inputs=gr.Textbox(), outputs=gr.Label(),examples=[example1,example2,example3,example4,example5,
|
|
|
40 |
|
41 |
# Creamos la interfaz y la lanzamos.
|
42 |
|
43 |
+
gr.Interface(fn=predict, inputs=gr.Textbox(), outputs=gr.Label(),examples=[example1,example2,example3,example4,example5,example6]).launch(share=False)
|