nlmaldonadog commited on
Commit
8aa3570
·
verified ·
1 Parent(s): 816702a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ def predict1(text):
25
  texto = gr.Textbox(placeholder='Escribe aquí...')
26
 
27
  # Creamos las interfaces y las lanzamos.
28
- gr.Interface(fn=predict1, inputs=[texto], outputs="text")).launch(share=True)
 
25
  texto = gr.Textbox(placeholder='Escribe aquí...')
26
 
27
  # Creamos las interfaces y las lanzamos.
28
+ gr.Interface(fn=predict1, inputs=[texto], outputs="text").launch(share=True)