dvir-bria commited on
Commit
6852b3e
·
1 Parent(s): 33d1881

Update app.py

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