patrickligardes commited on
Commit
df1bcae
β€’
1 Parent(s): 9f2f4da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -280,7 +280,7 @@ with image_blocks as demo:
280
  gr.Markdown("VirtualFIT Demo")
281
  with gr.Row():
282
  with gr.Column():
283
- imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
284
  with gr.Row():
285
  is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
286
  with gr.Row():
 
280
  gr.Markdown("VirtualFIT Demo")
281
  with gr.Row():
282
  with gr.Column():
283
+ imgs = gr.Image(label="Person Image", sources='upload', type="pil")
284
  with gr.Row():
285
  is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
286
  with gr.Row():