salomonsky commited on
Commit
6cad661
1 Parent(s): c0121bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ iface = gr.Interface(
65
  inputs=gr.inputs.Textbox(lines=1, placeholder='Escribe tu nombre para presentarte con Andrea...'),
66
  outputs=[
67
  gr.outputs.Video(label="Respuesta de Andrea (un minuto aproximadamente)"),
68
- gr.outputs.Textbox(label="Mensaje de error", type="auto")
69
  ],
70
  title="Andrea - Humanoid Chatbot IA 2023(c)",
71
  error="No se pudo generar la salida.",
 
65
  inputs=gr.inputs.Textbox(lines=1, placeholder='Escribe tu nombre para presentarte con Andrea...'),
66
  outputs=[
67
  gr.outputs.Video(label="Respuesta de Andrea (un minuto aproximadamente)"),
68
+ gr.outputs.Textbox(label="Mensaje de error", type="text")
69
  ],
70
  title="Andrea - Humanoid Chatbot IA 2023(c)",
71
  error="No se pudo generar la salida.",