Ricardo1999 commited on
Commit
8a99d0e
·
verified ·
1 Parent(s): b466b2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -259,4 +259,4 @@ def procesar(texto):
259
  return model.predict()
260
 
261
  demo = gr.Interface(fn=procesar, inputs="text", outputs=[gr.Textbox(label="texto in"),gr.Textbox(label="identificadores"),gr.Textbox(label="texto procesado")])
262
- demo.launch()
 
259
  return model.predict()
260
 
261
  demo = gr.Interface(fn=procesar, inputs="text", outputs=[gr.Textbox(label="texto in"),gr.Textbox(label="identificadores"),gr.Textbox(label="texto procesado")])
262
+ demo.launch(share=True)