OmarKouta21 commited on
Commit
587ffd6
·
1 Parent(s): ee61524

Application2.5

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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