Darinnn commited on
Commit
f1a6ee8
·
verified ·
1 Parent(s): b6834dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -13,11 +13,7 @@ iface = gr.Interface(fn=segment,
13
  outputs=gr.Image(label='Clothing Segmentation'),
14
  title='Clothing Segmentation',
15
  description="""
16
- by [Tony Assi](https://www.tonyassi.com/)
17
-
18
  This space uses the [Clothing Segmentation Github Repo](https://github.com/TonyAssi/Segment-Clothing). Please ❤️ this Space.
19
-
20
- I build custom AI apps for companies. <a href="mailto: [email protected]">Email me</a> for business inquiries.
21
  """,
22
  examples=[['./1.jpg', ["Hat", "Upper-clothes", "Skirt", "Pants", "Dress", "Belt", "Left-shoe", "Right-shoe", "Scarf"]]],
23
  theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"))
 
13
  outputs=gr.Image(label='Clothing Segmentation'),
14
  title='Clothing Segmentation',
15
  description="""
 
 
16
  This space uses the [Clothing Segmentation Github Repo](https://github.com/TonyAssi/Segment-Clothing). Please ❤️ this Space.
 
 
17
  """,
18
  examples=[['./1.jpg', ["Hat", "Upper-clothes", "Skirt", "Pants", "Dress", "Belt", "Left-shoe", "Right-shoe", "Scarf"]]],
19
  theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"))