Spaces:
Runtime error
Runtime error
Commit
•
1d2a295
1
Parent(s):
9ce5ff8
scale_image (#26)
Browse files- change image scale (457027bdce616466d1f1b724c487fc8c3fc04837)
Co-authored-by: Hugo Laurençon <[email protected]>
- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -336,7 +336,7 @@ textbox = gr.Textbox(
|
|
336 |
with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
337 |
gr.HTML("""<h1 align="center">🐶 IDEFICS Playground</h1>""")
|
338 |
with gr.Row(variant="panel"):
|
339 |
-
with gr.Column(scale=
|
340 |
gr.Image(IDEFICS_LOGO, elem_id="banner-image", show_label=False, show_download_button=False)
|
341 |
with gr.Column(scale=5):
|
342 |
gr.Markdown("""
|
|
|
336 |
with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
337 |
gr.HTML("""<h1 align="center">🐶 IDEFICS Playground</h1>""")
|
338 |
with gr.Row(variant="panel"):
|
339 |
+
with gr.Column(scale=1):
|
340 |
gr.Image(IDEFICS_LOGO, elem_id="banner-image", show_label=False, show_download_button=False)
|
341 |
with gr.Column(scale=5):
|
342 |
gr.Markdown("""
|