wizzseen commited on
Commit
8e376f0
·
verified ·
1 Parent(s): 63c7d6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def process_images(cloth_image, origin_image):
12
  print(cloth_image)
13
  print(origin_image)
14
  # Define the input directory
15
- input_dir = 'static'
16
  print(input_dir)
17
  # Ensure the directory exists
18
  if not os.path.exists(input_dir):
 
12
  print(cloth_image)
13
  print(origin_image)
14
  # Define the input directory
15
+ input_dir = 'TryYours-Virtual-Try-On/static'
16
  print(input_dir)
17
  # Ensure the directory exists
18
  if not os.path.exists(input_dir):