Spaces:
bpheng
/
Runtime error

bpheng commited on
Commit
4473cf3
ยท
verified ยท
1 Parent(s): 2428ff5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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__), 'example')
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,