Darinnn commited on
Commit
91434bc
Β·
verified Β·
1 Parent(s): 7b1a5e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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
- This AI will help you visualize where each fashion item appears in the image.
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"))