Update app.py
Browse files
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"
|
| 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)
|