Spaces:
Runtime error
Runtime error
MohammedAlakhras
commited on
Commit
•
6e135e3
1
Parent(s):
87e5c74
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ __all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label',
|
|
4 |
import platform
|
5 |
import pathlib
|
6 |
plt = platform.system()
|
7 |
-
|
8 |
|
9 |
# Cell
|
10 |
from fastai.vision.all import *
|
|
|
4 |
import platform
|
5 |
import pathlib
|
6 |
plt = platform.system()
|
7 |
+
pathlib.WindowsPath = pathlib.PosixPath
|
8 |
|
9 |
# Cell
|
10 |
from fastai.vision.all import *
|