Spaces:
Runtime error
Runtime error
Commit
·
587ffd6
1
Parent(s):
ee61524
Application2.5
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import pathlib
|
|
7 |
plt = platform.system()
|
8 |
if plt == 'Windows': pathlib.PosixPath = pathlib.WindowsPath
|
9 |
|
10 |
-
model = load_learner('model.pkl')
|
11 |
|
12 |
categories = ("Egyptian Mau", "Persian Cat", "Sphynx Cat")
|
13 |
|
|
|
7 |
plt = platform.system()
|
8 |
if plt == 'Windows': pathlib.PosixPath = pathlib.WindowsPath
|
9 |
|
10 |
+
model = load_learner('./model.pkl')
|
11 |
|
12 |
categories = ("Egyptian Mau", "Persian Cat", "Sphynx Cat")
|
13 |
|