Roopansh commited on
Commit
cab9c3a
Β·
1 Parent(s): 5a6cb21

Model Path Changes

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