Nymbo commited on
Commit
19895e1
·
verified ·
1 Parent(s): a58c1aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ iface = gr.Interface(fn=segment,
10
  value=["Hat", "Upper-clothes", "Skirt", "Pants", "Dress", "Belt", "Left-shoe", "Right-shoe", "Scarf"],
11
  multiselect=True,
12
  label='Clothing')],
13
- outputs=gr.Image(label='Clothing Segmentation'),
14
- title='Clothing Segmentation',
15
  description="""
16
  Upload an image to segment out clothing.
17
  """,
 
10
  value=["Hat", "Upper-clothes", "Skirt", "Pants", "Dress", "Belt", "Left-shoe", "Right-shoe", "Scarf"],
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
  """,