Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,9 +14,7 @@ iface = gr.Interface(fn=segment,
|
|
14 |
title='Clothing Segmentation',
|
15 |
description="""
|
16 |
β¨ Upload your photo and choose the clothing items you'd like to segment.
|
17 |
-
|
18 |
-
Fun for virtual try-ons, fashion apps, or creative projects! π
|
19 |
-
|
20 |
""",
|
21 |
examples=[['./1.jpg', ["Hat", "Upper-clothes", "Skirt", "Pants", "Dress", "Belt", "Left-shoe", "Right-shoe", "Scarf"]]],
|
22 |
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"))
|
|
|
14 |
title='Clothing Segmentation',
|
15 |
description="""
|
16 |
β¨ Upload your photo and choose the clothing items you'd like to segment.
|
17 |
+
Try it now and experience how AI sees fashion through segmentation.
|
|
|
|
|
18 |
""",
|
19 |
examples=[['./1.jpg', ["Hat", "Upper-clothes", "Skirt", "Pants", "Dress", "Belt", "Left-shoe", "Right-shoe", "Scarf"]]],
|
20 |
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"))
|