Spaces:
Running
Running
cleaning upp a bit
Browse files
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 |
)
|