Omnibus commited on
Commit
495060a
1 Parent(s): cf85ad5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ with gr.Blocks() as app:
195
  out_find = gr.JSON()
196
  with gr.Tab("Gallery"):
197
  gal_btn=gr.Button("Load Images")
198
- out_gal = gr.Gallery()
199
 
200
  with gr.Column(scale=1):
201
  out_json = gr.JSON()
 
195
  out_find = gr.JSON()
196
  with gr.Tab("Gallery"):
197
  gal_btn=gr.Button("Load Images")
198
+ out_gal = gr.Gallery(columns=8)
199
 
200
  with gr.Column(scale=1):
201
  out_json = gr.JSON()