kev12321 commited on
Commit
ae24aa1
·
verified ·
1 Parent(s): 30ececa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,6 +1,8 @@
1
 
2
  from fastai.vision.all import *
3
-
 
 
4
  learn = load_learner('orange_cats.pkl')
5
 
6
  labels = learn.dls.vocab
 
1
 
2
  from fastai.vision.all import *
3
+ import pathlib
4
+ plt = platform.system()
5
+ pathlib.WindowsPath = pathlib.PosixPath
6
  learn = load_learner('orange_cats.pkl')
7
 
8
  labels = learn.dls.vocab