NikhilJoson commited on
Commit
0874e4a
·
verified ·
1 Parent(s): 5f223b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ with image_blocks as demo:
229
  gr.HTML("<center><p>Upload an image of a person and images of the clothes✨</p></center>")
230
  with gr.Row():
231
  with gr.Column():
232
- inp_img = gr.ImageEditor(sources='upload',type="pil",label='Human. Mask with pen or use auto-masking',image_mode='RGB',layers=False, interactive=True)
233
  with gr.Row():
234
  is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
235
  with gr.Row():
 
229
  gr.HTML("<center><p>Upload an image of a person and images of the clothes✨</p></center>")
230
  with gr.Row():
231
  with gr.Column():
232
+ inp_img = gr.ImageEditor(sources='upload',type="pil",label='Human. Mask with pen or use auto-masking',image_mode='RGB',interactive=True)
233
  with gr.Row():
234
  is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
235
  with gr.Row():