Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with app:
|
|
128 |
""")
|
129 |
image_output = gr.Image()
|
130 |
with gr.Column():
|
131 |
-
seg_btn.
|
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)
|