Spaces:
Sleeping
Sleeping
Commit
路
964c613
1
Parent(s):
7b6fb4e
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ iface = gr.Interface(
|
|
63 |
inputs=[
|
64 |
gr.inputs.Textbox(lines=1, label="Nombre", placeholder="Ingresa tu nombre"),
|
65 |
gr.inputs.Textbox(lines=1, label="Fecha de Nacimiento", placeholder="DD/MM/AAAA"),
|
66 |
-
gr.inputs.Image(label="Selecciona una imagen:"
|
67 |
],
|
68 |
outputs=[
|
69 |
gr.outputs.Video(label="Respuesta de Andrea (un minuto aproximadamente)").style(width=256),
|
|
|
63 |
inputs=[
|
64 |
gr.inputs.Textbox(lines=1, label="Nombre", placeholder="Ingresa tu nombre"),
|
65 |
gr.inputs.Textbox(lines=1, label="Fecha de Nacimiento", placeholder="DD/MM/AAAA"),
|
66 |
+
gr.inputs.Image(label="Selecciona una imagen:")
|
67 |
],
|
68 |
outputs=[
|
69 |
gr.outputs.Video(label="Respuesta de Andrea (un minuto aproximadamente)").style(width=256),
|