RamAnanth1 commited on
Commit
807d3e3
·
verified ·
1 Parent(s): d98ea35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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").style(grid=2, height='auto')
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 = [