Spaces:
Sleeping
Sleeping
Dstd90
commited on
Commit
·
ecb9997
1
Parent(s):
a2629fe
app.py change2
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
from fastai.vision.all import load_learner
|
3 |
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
|
8 |
shoe_labels = (
|
9 |
'Army boots',
|
|
|
1 |
import gradio as gr
|
2 |
from fastai.vision.all import load_learner
|
3 |
|
4 |
+
import pathlib
|
5 |
+
temp = pathlib.PosixPath
|
6 |
+
pathlib.PosixPath = pathlib.WindowsPath
|
7 |
|
8 |
shoe_labels = (
|
9 |
'Army boots',
|