Spaces:
Sleeping
Sleeping
app interfaz
Browse files
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="
|
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)
|