Spaces:
Runtime error
Runtime error
Commit
·
fcdd69f
1
Parent(s):
187134e
"Updates in app.py - removed WindowsPath"
Browse files
app.py
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
__all__ = ['temp', 'learn', 'categories', 'image', 'label', 'examples', 'intf', 'is_cat', 'classify_image']
|
5 |
|
6 |
# %% ../app.ipynb 2
|
7 |
-
import pathlib
|
8 |
-
temp = pathlib.PosixPath
|
9 |
-
pathlib.PosixPath = pathlib.WindowsPath
|
10 |
|
11 |
from fastai.vision.all import *
|
12 |
|
|
|
4 |
__all__ = ['temp', 'learn', 'categories', 'image', 'label', 'examples', 'intf', 'is_cat', 'classify_image']
|
5 |
|
6 |
# %% ../app.ipynb 2
|
7 |
+
# import pathlib
|
8 |
+
# temp = pathlib.PosixPath
|
9 |
+
# pathlib.PosixPath = pathlib.WindowsPath
|
10 |
|
11 |
from fastai.vision.all import *
|
12 |
|