Nymbo commited on
Commit
08e325d
1 Parent(s): 19895e1

cleaning upp a bit

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -11,10 +11,6 @@ iface = gr.Interface(fn=segment,
11
  multiselect=True,
12
  label='Clothing')],
13
  outputs=gr.Image(label='Clothing Crop'),
14
- title='Clothing Crop',
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
  )
 
11
  multiselect=True,
12
  label='Clothing')],
13
  outputs=gr.Image(label='Clothing Crop'),
 
 
 
 
14
  examples=[['./1.jpg', ["Hat", "Upper-clothes", "Skirt", "Pants", "Dress", "Belt", "Left-shoe", "Right-shoe", "Scarf"]]],
15
  theme = "Nymbo/Alyx_Theme"
16
  )