LPDoctor commited on
Commit
f209e6c
β€’
1 Parent(s): 89a45a3

show share button allow

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
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