prithivMLmods commited on
Commit
7ad9619
1 Parent(s): b702325

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -262,10 +262,10 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
262
  outputs=[result, seed],
263
  api_name="run",
264
  )
265
- with gr.Column(scale=1):
266
- gr.Markdown("### Image Gallery")
267
- predefined_gallery = gr.Gallery(label="Image Gallery", columns=4, show_label=False, value=load_predefined_images())
268
 
 
 
 
269
 
270
  if __name__ == "__main__":
271
  demo.queue(max_size=40).launch(show_api=False)
 
262
  outputs=[result, seed],
263
  api_name="run",
264
  )
 
 
 
265
 
266
+ with gr.Column(scale=3):
267
+ gr.Markdown("### Image Gallery")
268
+ predefined_gallery = gr.Gallery(label="Image Gallery", columns=4, show_label=False, value=load_predefined_images())
269
 
270
  if __name__ == "__main__":
271
  demo.queue(max_size=40).launch(show_api=False)