Spaces:
Sleeping
Sleeping
project added
Browse files
app.py
CHANGED
|
@@ -15,7 +15,6 @@ import numpy as np
|
|
| 15 |
from torchvision import transforms
|
| 16 |
import pathlib
|
| 17 |
|
| 18 |
-
|
| 19 |
# Pathlib adjustment for Windows compatibility
|
| 20 |
temp = pathlib.PosixPath
|
| 21 |
pathlib.PosixPath = pathlib.WindowsPath
|
|
|
|
| 15 |
from torchvision import transforms
|
| 16 |
import pathlib
|
| 17 |
|
|
|
|
| 18 |
# Pathlib adjustment for Windows compatibility
|
| 19 |
temp = pathlib.PosixPath
|
| 20 |
pathlib.PosixPath = pathlib.WindowsPath
|