tonyassi commited on
Commit
bcadde7
·
1 Parent(s): 5c5971d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def generate_cloth_mask_and_display(cloth_img):
25
 
26
  gr.Interface(fn=generate_cloth_mask_and_display,
27
  inputs=gr.Image(type="pil"),
28
- outputs=gr.Image(type="pil", width=312, height=512),
29
  title="Clothing Segmentation",
30
  description="[Source Code](https://huggingface.co/spaces/sidharthism/fashion-eye-try-on)"
31
  ).launch(debug=True)
 
25
 
26
  gr.Interface(fn=generate_cloth_mask_and_display,
27
  inputs=gr.Image(type="pil"),
28
+ outputs=gr.Image(type="pil"),
29
  title="Clothing Segmentation",
30
  description="[Source Code](https://huggingface.co/spaces/sidharthism/fashion-eye-try-on)"
31
  ).launch(debug=True)