Spaces:
Sleeping
Sleeping
Model Path Changes
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def pil_to_binary_mask(pil_image, threshold=0):
|
|
40 |
return output_mask
|
41 |
|
42 |
|
43 |
-
base_path = 'Roopansh/Ailusion-VTON-DEMO-v1'
|
44 |
example_path = os.path.join(os.path.dirname(__file__), 'example')
|
45 |
|
46 |
unet = UNet2DConditionModel.from_pretrained(
|
|
|
40 |
return output_mask
|
41 |
|
42 |
|
43 |
+
base_path = 'Roopansh/Ailusion-VTON-DEMO-v1.1'
|
44 |
example_path = os.path.join(os.path.dirname(__file__), 'example')
|
45 |
|
46 |
unet = UNet2DConditionModel.from_pretrained(
|