Spaces:
Running
Running
Update app.py
Browse files
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
|
14 |
-
title='Clothing
|
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 |
""",
|