Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def is_cat(x):
|
|
12 |
# %% ../02x-prototype_gradio_interface.ipynb 2
|
13 |
import pathlib
|
14 |
plt = platform.system()
|
15 |
-
if plt != 'Windows': pathlib.
|
16 |
|
17 |
learner = load_learner('model.pkl')
|
18 |
|
|
|
12 |
# %% ../02x-prototype_gradio_interface.ipynb 2
|
13 |
import pathlib
|
14 |
plt = platform.system()
|
15 |
+
if plt != 'Windows': pathlib.WindowsPath = pathlib.PosixPath
|
16 |
|
17 |
learner = load_learner('model.pkl')
|
18 |
|