Abu1998 commited on
Commit
c5c1115
1 Parent(s): 2cd83c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks() as demo:
33
  process_button = gr.Button("Process Image")
34
 
35
  with gr.Column():
36
- output_gallery = gr.Gallery(label="Segmented Images").style(grid=[3, 2])
37
  download_button = gr.Files(label="Download All", file_count="multiple")
38
 
39
  process_button.click(on_process, [image_input, num_segments], [output_gallery, download_button])
 
33
  process_button = gr.Button("Process Image")
34
 
35
  with gr.Column():
36
+ output_gallery = gr.Gallery(label="Segmented Images")
37
  download_button = gr.Files(label="Download All", file_count="multiple")
38
 
39
  process_button.click(on_process, [image_input, num_segments], [output_gallery, download_button])