ivmarin commited on
Commit
86126f3
1 Parent(s): e3db270

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ def predict(text):
19
  return(outputs)
20
 
21
  # Creamos la interfaz y la lanzamos.
22
- gr.Interface(fn=greet, inputs="text", outputs="text").launch();
 
19
  return(outputs)
20
 
21
  # Creamos la interfaz y la lanzamos.
22
+ gr.Interface(fn=predict, inputs="text", outputs="text").launch();