Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ iface = gr.Interface(
|
|
29 |
value=["Background", "Clothes", "Face", "Hair", "Skin"]) # Default selection
|
30 |
],
|
31 |
outputs=gr.Image(label='Clothing Crop'),
|
32 |
-
examples=[['./1.jpg', ["Background", "Clothes", "Face"]]]
|
33 |
-
theme="Nymbo/Alyx_Theme"
|
34 |
)
|
35 |
|
36 |
iface.launch()
|
|
|
29 |
value=["Background", "Clothes", "Face", "Hair", "Skin"]) # Default selection
|
30 |
],
|
31 |
outputs=gr.Image(label='Clothing Crop'),
|
32 |
+
examples=[['./1.jpg', ["Background", "Clothes", "Face"]]]
|
|
|
33 |
)
|
34 |
|
35 |
iface.launch()
|