Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with block:
|
|
61 |
|
62 |
|
63 |
with gr.Column():
|
64 |
-
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery"
|
65 |
ips = [input_image, prompt]
|
66 |
run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
|
67 |
|
|
|
61 |
|
62 |
|
63 |
with gr.Column():
|
64 |
+
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", columns=[2], height='auto')
|
65 |
ips = [input_image, prompt]
|
66 |
run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
|
67 |
|