Spaces:
Running
Running
Fix bugs added models
Browse files
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,
|