Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import pathlib
|
2 |
temp = pathlib.PosixPath
|
3 |
-
pathlib.PosixPath = pathlib.WindowsPath
|
4 |
#|export
|
5 |
#fastai has to be available, i.e. fastai folder
|
6 |
from fastai.vision.all import *
|
|
|
1 |
import pathlib
|
2 |
temp = pathlib.PosixPath
|
3 |
+
#pathlib.PosixPath = pathlib.WindowsPath
|
4 |
#|export
|
5 |
#fastai has to be available, i.e. fastai folder
|
6 |
from fastai.vision.all import *
|