Update app.py
Browse files
app.py
CHANGED
@@ -262,7 +262,7 @@ with block as demo:
|
|
262 |
|
263 |
gallery = gr.Gallery(
|
264 |
label="Generated images", show_label=False, elem_id="gallery"
|
265 |
-
).style(
|
266 |
|
267 |
|
268 |
with gr.Row():
|
|
|
262 |
|
263 |
gallery = gr.Gallery(
|
264 |
label="Generated images", show_label=False, elem_id="gallery"
|
265 |
+
).style(height="auto")
|
266 |
|
267 |
|
268 |
with gr.Row():
|