RamAnanth1 commited on
Commit
01f9dd6
1 Parent(s): 8768423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ with block:
62
 
63
 
64
  with gr.Column():
65
- result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery").style(grid=2, height='auto')
66
  ips = [input_image, prompt]
67
  run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
68
  # examples_list = [
 
62
 
63
 
64
  with gr.Column():
65
+ result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery").style(grid_cols=2, height='auto')
66
  ips = [input_image, prompt]
67
  run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
68
  # examples_list = [