osrojo commited on
Commit
28cebc7
·
verified ·
1 Parent(s): 158e1da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,emample6]).launch(share=False)
 
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)