Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def pil_to_binary_mask(pil_image, threshold=0):
|
|
41 |
|
42 |
|
43 |
base_path = 'yisol/IDM-VTON'
|
44 |
-
example_path = os.path.join(os.path.dirname(__file__), '
|
45 |
|
46 |
unet = UNet2DConditionModel.from_pretrained(
|
47 |
base_path,
|
|
|
41 |
|
42 |
|
43 |
base_path = 'yisol/IDM-VTON'
|
44 |
+
example_path = os.path.join(os.path.dirname(__file__), 'example_')
|
45 |
|
46 |
unet = UNet2DConditionModel.from_pretrained(
|
47 |
base_path,
|