Omnibus commited on
Commit
40329b6
Β·
1 Parent(s): bcfb055

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ with app:
128
  """)
129
  image_output = gr.Image()
130
  with gr.Column():
131
- seg_btn.click(label="Run")
132
  gal1=gr.Gallery(type="filepath").style(grid=10)
133
 
134
  seg_btn.click(get_seg, inputs=[image_input,object_output], outputs=gal1)
 
128
  """)
129
  image_output = gr.Image()
130
  with gr.Column():
131
+ seg_btn = gr.Button(label="Run")
132
  gal1=gr.Gallery(type="filepath").style(grid=10)
133
 
134
  seg_btn.click(get_seg, inputs=[image_input,object_output], outputs=gal1)