pablo-rf commited on
Commit
6d6ce37
1 Parent(s): fbfc907

Fix bugs added models

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def gradio_app():
102
  gr.HTML('<img src="https://huggingface.co/spaces/proxectonos/README/resolve/main/title-card.png" width="100%" style="border-radius: 0.75rem;">')
103
  with gr.Column():
104
  gr.Markdown(markdown_description)
105
- with gr.Row():
106
  model_select = gr.Dropdown(
107
  label="Escolle un modelo:",
108
  choices=MODEL_NAMES,
 
102
  gr.HTML('<img src="https://huggingface.co/spaces/proxectonos/README/resolve/main/title-card.png" width="100%" style="border-radius: 0.75rem;">')
103
  with gr.Column():
104
  gr.Markdown(markdown_description)
105
+ with gr.Row(equal_height=True):
106
  model_select = gr.Dropdown(
107
  label="Escolle un modelo:",
108
  choices=MODEL_NAMES,