NickyNicky commited on
Commit
61f5ecc
·
verified ·
1 Parent(s): b26130b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ https://colab.research.google.com/drive/1gzTk-mdKefjZwzeiaHfkQ5Qnq3G10WCA?usp=sh
144
  iface = gr.Interface(
145
  fn=mostrar_respuesta,
146
  inputs=[
147
- gr.Textbox(label="Pregunta", placeholder="Introduce tu consulta médica aquí..."),
148
  gr.Dropdown(label="Idioma de Entrada",choices=idiomas, value='español'),
149
  gr.Dropdown(label="Idioma de Salida", choices=idiomas, value='español'),
150
  ],
 
144
  iface = gr.Interface(
145
  fn=mostrar_respuesta,
146
  inputs=[
147
+ gr.Textbox(label="Escribe tu transcripcion medica.", placeholder="Introduce tu consulta médica aquí..."),
148
  gr.Dropdown(label="Idioma de Entrada",choices=idiomas, value='español'),
149
  gr.Dropdown(label="Idioma de Salida", choices=idiomas, value='español'),
150
  ],