piyushgrover commited on
Commit
b81da07
·
1 Parent(s): 970bf8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks() as app:
141
  with gr.Row(visible=True) as top_pred_cls_col:
142
  with gr.Column():
143
  example_images = gr.Gallery(allow_preview=False, label='Select image ', info='',
144
- value=[img[0] for img in sample_images], columns=3, rows=2)
145
 
146
  with gr.Column():
147
  top_pred_image = gr.Image(label='Upload Image or Select from the gallery')
 
141
  with gr.Row(visible=True) as top_pred_cls_col:
142
  with gr.Column():
143
  example_images = gr.Gallery(allow_preview=False, label='Select image ', info='',
144
+ value=[img[0] for img in sample_images], columns=5, rows=2)
145
 
146
  with gr.Column():
147
  top_pred_image = gr.Image(label='Upload Image or Select from the gallery')