Commit
·
b20c8c8
1
Parent(s):
a4a0425
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks(css=css) as demo:
|
|
196 |
"""
|
197 |
)
|
198 |
with gr.Group():
|
199 |
-
gallery_output = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[
|
200 |
with gr.Box():
|
201 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
202 |
with gr.Column():
|
|
|
196 |
"""
|
197 |
)
|
198 |
with gr.Group():
|
199 |
+
gallery_output = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[2], height="auto")
|
200 |
with gr.Box():
|
201 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
202 |
with gr.Column():
|