Nurbek-web commited on
Commit
d01e3ab
1 Parent(s): 4f84d33
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import pathlib
8
  plt = platform.system()
9
  if plt == 'Windows': pathlib.WindowsPath = pathlib.PosixPath
10
 
11
- learn_inf = load_learner('export.pkl')
12
 
13
  categories = ("maxi", "kairat")
14
 
 
8
  plt = platform.system()
9
  if plt == 'Windows': pathlib.WindowsPath = pathlib.PosixPath
10
 
11
+ learn_inf = load_learner(Path('export.pkl'))
12
 
13
  categories = ("maxi", "kairat")
14