dayannex commited on
Commit
1e87b71
1 Parent(s): 50e76ab

app interfaz

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,5 +258,5 @@ def procesar(texto):
258
 
259
  return model.predict()
260
 
261
- demo = gr.Interface(fn=procesar, inputs="text", outputs="text")
262
  demo.launch(share=True)
 
258
 
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)