patrickligardes commited on
Commit
d687c99
β€’
1 Parent(s): f5c72c8

Update app.py

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