Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ with block:
|
|
121 |
|
122 |
|
123 |
with gr.Column():
|
124 |
-
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery"
|
125 |
ips = [input_image, prompt]
|
126 |
run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
|
127 |
examples_list = [
|
|
|
121 |
|
122 |
|
123 |
with gr.Column():
|
124 |
+
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", columns=2, height='auto')
|
125 |
ips = [input_image, prompt]
|
126 |
run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
|
127 |
examples_list = [
|