Spaces:
Sleeping
Sleeping
project added
Browse files
app.py
CHANGED
@@ -280,9 +280,9 @@ import pathlib
|
|
280 |
import cv2 # Import OpenCV
|
281 |
import numpy as np
|
282 |
|
283 |
-
# Pathlib adjustment for Windows compatibility
|
284 |
-
temp = pathlib.PosixPath
|
285 |
-
pathlib.PosixPath = pathlib.WindowsPath
|
286 |
|
287 |
# Set up logger
|
288 |
logger = logging.getLogger(__name__)
|
|
|
280 |
import cv2 # Import OpenCV
|
281 |
import numpy as np
|
282 |
|
283 |
+
# # Pathlib adjustment for Windows compatibility
|
284 |
+
# temp = pathlib.PosixPath
|
285 |
+
# pathlib.PosixPath = pathlib.WindowsPath
|
286 |
|
287 |
# Set up logger
|
288 |
logger = logging.getLogger(__name__)
|