stalyn314 commited on
Commit
f24ea11
·
verified ·
1 Parent(s): 2998cfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
100
 
101
  model_name = gr.Radio(choices=[model["name"] for model in models], value=models[0]["name"], label="Select Detectron2 model")
102
 
103
- output_gallery = gr.Gallery(label="Output Images", elem_id="output_images").style(grid=2)
104
 
105
  inference_button = gr.Button("Submit")
106
 
 
100
 
101
  model_name = gr.Radio(choices=[model["name"] for model in models], value=models[0]["name"], label="Select Detectron2 model")
102
 
103
+ output_gallery = gr.Gallery(label="Output Images", elem_id="output_images")
104
 
105
  inference_button = gr.Button("Submit")
106