Spaces:
Running
Running
remove img
Browse files
app.py
CHANGED
|
@@ -140,14 +140,7 @@ def gradio_app():
|
|
| 140 |
"""
|
| 141 |
)
|
| 142 |
with gr.Row():
|
| 143 |
-
|
| 144 |
-
gr.Markdown(
|
| 145 |
-
"""
|
| 146 |
-
## <img src="https://huggingface.co/spaces/proxectonos/README/resolve/main/title-card.png" width="100%" style="border-radius: 0.75rem;">
|
| 147 |
-
"""
|
| 148 |
-
)
|
| 149 |
-
with gr.Column():
|
| 150 |
-
gr.Markdown(markdown_description_gl)
|
| 151 |
with gr.Row(equal_height=True):
|
| 152 |
model_select = gr.Dropdown(
|
| 153 |
label="Selecione un modelo / Select a model",
|
|
|
|
| 140 |
"""
|
| 141 |
)
|
| 142 |
with gr.Row():
|
| 143 |
+
gr.Markdown(markdown_description_gl)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 144 |
with gr.Row(equal_height=True):
|
| 145 |
model_select = gr.Dropdown(
|
| 146 |
label="Selecione un modelo / Select a model",
|