patrickligardes commited on
Commit
bef13fd
ยท
verified ยท
1 Parent(s): 55bc083

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)
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, type='binary')
313
 
314
 
315