Talha185 commited on
Commit
38a7694
1 Parent(s): 21ac80f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from fastai.vision.all import *
3
  import skimage
4
 
5
  modelPath = Path('C:\\Users\\Talha Nadeem\\w1d2\\Pet_Breed_Classifier')
6
- learn = load_learner(modelPath/'export.pkl')
7
 
8
  labels = learn.dls.vocab
9
  def predict(img):
 
3
  import skimage
4
 
5
  modelPath = Path('C:\\Users\\Talha Nadeem\\w1d2\\Pet_Breed_Classifier')
6
+ learn = load_learner('C:\\Users\\Talha Nadeem\\w1d2\\Pet_Breed_Classifier\\export.pkl')
7
 
8
  labels = learn.dls.vocab
9
  def predict(img):