spdraptor commited on
Commit
2ded5fa
Β·
1 Parent(s): 02267af
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -287,10 +287,11 @@ with image_blocks as demo:
287
  examples=garm_list_path)
288
  with gr.Column():
289
  # image_out = gr.Image(label="Output", elem_id="output-img", height=400)
 
290
  masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)
291
- with gr.Column():
292
- # image_out = gr.Image(label="Output", elem_id="output-img", height=400)
293
- image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False)
294
 
295
 
296
 
 
287
  examples=garm_list_path)
288
  with gr.Column():
289
  # image_out = gr.Image(label="Output", elem_id="output-img", height=400)
290
+ mage_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False)
291
  masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)
292
+ # with gr.Column():
293
+ # # image_out = gr.Image(label="Output", elem_id="output-img", height=400)
294
+ # image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False)
295
 
296
 
297