Omnibus commited on
Commit
a8a1a35
β€’
1 Parent(s): 8c84c61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ with app:
92
  """)
93
  image_output = gr.Image()
94
  with gr.Column():
95
- gal1=gr.Gallery()
96
 
97
  image_input.change(fn=image_objects,
98
  inputs=image_input,
 
92
  """)
93
  image_output = gr.Image()
94
  with gr.Column():
95
+ gal1=gr.Gallery(type="filepath").style(grid="10")
96
 
97
  image_input.change(fn=image_objects,
98
  inputs=image_input,