Spaces:
Running
Running
salomonsky
commited on
Commit
路
a76642c
1
Parent(s):
964c613
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.
|
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.Dropdown(choices, label="Selecciona una imagen:", images=thumbnails)
|
67 |
],
|
68 |
outputs=[
|
69 |
gr.outputs.Video(label="Respuesta de Andrea (un minuto aproximadamente)").style(width=256),
|