Spaces:
Sleeping
Sleeping
patrickligardes
commited on
Commit
β’
d687c99
1
Parent(s):
f5c72c8
Update app.py
Browse files
app.py
CHANGED
@@ -309,7 +309,7 @@ with image_blocks as demo:
|
|
309 |
masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)
|
310 |
with gr.Column():
|
311 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
312 |
-
image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False
|
313 |
|
314 |
|
315 |
|
|
|
309 |
masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)
|
310 |
with gr.Column():
|
311 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
312 |
+
image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False)
|
313 |
|
314 |
|
315 |
|