NickyNicky commited on
Commit
6217c50
·
verified ·
1 Parent(s): 576620d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,8 +130,8 @@ iface = gr.Interface(
130
  fn=mostrar_respuesta,
131
  inputs=[
132
  gr.Textbox(label="Pregunta", placeholder="Introduce tu consulta médica aquí..."),
133
- gr.Dropdown(label="Idioma de Entrada", choices=idiomas),
134
- gr.Dropdown(label="Idioma de Salida", choices=idiomas),
135
  ],
136
  outputs=[
137
  gr.Textbox(label="Description", lines=2),
 
130
  fn=mostrar_respuesta,
131
  inputs=[
132
  gr.Textbox(label="Pregunta", placeholder="Introduce tu consulta médica aquí..."),
133
+ gr.Dropdown(label="Idioma de Entrada", choices=idiomas, default="español"),
134
+ gr.Dropdown(label="Idioma de Salida", choices=idiomas, default="español"),
135
  ],
136
  outputs=[
137
  gr.Textbox(label="Description", lines=2),