Spaces:
Running
Running
Update app.py
Browse files
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):
|