Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ MASK_DIR = "Masks"
|
|
| 96 |
CSV_LOG_PATH = "image_log.csv"
|
| 97 |
|
| 98 |
# Create directories
|
| 99 |
-
for directory in [UPLOAD_DIR, MASK_DIR
|
| 100 |
os.makedirs(directory, exist_ok=True)
|
| 101 |
|
| 102 |
|
|
|
|
| 96 |
CSV_LOG_PATH = "image_log.csv"
|
| 97 |
|
| 98 |
# Create directories
|
| 99 |
+
for directory in [UPLOAD_DIR, MASK_DIR]:
|
| 100 |
os.makedirs(directory, exist_ok=True)
|
| 101 |
|
| 102 |
|