Spaces:
Runtime error
Runtime error
show share button allow
Browse files
app.py
CHANGED
@@ -298,7 +298,7 @@ with image_blocks as demo:
|
|
298 |
# masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)
|
299 |
with gr.Column():
|
300 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
301 |
-
image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=
|
302 |
|
303 |
|
304 |
|
|
|
298 |
# masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)
|
299 |
with gr.Column():
|
300 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
301 |
+
image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=True)
|
302 |
|
303 |
|
304 |
|