Nymbo commited on
Commit
08cd01d
·
verified ·
1 Parent(s): 023d339

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -13,12 +13,9 @@ 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 = "Nymbo/Alyx_Theme",
 
24
  iface.launch()
 
13
  outputs=gr.Image(label='Clothing Segmentation'),
14
  title='Clothing Segmentation',
15
  description="""
16
+ Upload an image to segment out clothing.
 
 
 
 
17
  """,
18
  examples=[['./1.jpg', ["Hat", "Upper-clothes", "Skirt", "Pants", "Dress", "Belt", "Left-shoe", "Right-shoe", "Scarf"]]],
19
+ theme = "Nymbo/Alyx_Theme"
20
+ )
21
  iface.launch()