desarrolloasesoreslocales commited on
Commit
3b8e1b8
1 Parent(s): 568ea9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -16,11 +16,10 @@ def predict(payload):
16
  # Crear una interfaz Gradio
17
  iface = gr.Interface(
18
  fn=predict,
19
- inputs=gr.inputs.Textbox(),
20
- outputs=gr.outputs.Textbox(),
21
  live=False,
22
- layout='vertical',
23
- title="Clasificador de Texto"
24
  )
25
 
26
  # Iniciar la interfaz Gradio
 
16
  # Crear una interfaz Gradio
17
  iface = gr.Interface(
18
  fn=predict,
19
+ inputs=gr.Textbox(),
20
+ outputs=gr.Textbox(),
21
  live=False,
22
+ title="Recortador de Texto"
 
23
  )
24
 
25
  # Iniciar la interfaz Gradio