Spaces:
Runtime error
Runtime error
Nifdi Guliyev
commited on
Commit
·
cd79408
1
Parent(s):
3de01a5
asdf
Browse files
app.py
CHANGED
@@ -8,10 +8,9 @@ import gradio as gr
|
|
8 |
import timm
|
9 |
|
10 |
import pathlib
|
11 |
-
|
12 |
-
|
13 |
|
14 |
-
# Cell
|
15 |
learn = load_learner('model.pkl')
|
16 |
|
17 |
# Cell
|
|
|
8 |
import timm
|
9 |
|
10 |
import pathlib
|
11 |
+
temp = pathlib.PosixPath
|
12 |
+
pathlib.PosixPath = pathlib.WindowsPath
|
13 |
|
|
|
14 |
learn = load_learner('model.pkl')
|
15 |
|
16 |
# Cell
|