lyimo commited on
Commit
356aa22
·
verified ·
1 Parent(s): ef97221

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
  from fastai.vision.all import PILImage
4
 
5
  # Load the trained model
6
- learn = load_learner('export.pkl')
7
 
8
  # Get the labels from the data loaders
9
  labels = learn.dls.vocab
 
3
  from fastai.vision.all import PILImage
4
 
5
  # Load the trained model
6
+ learn = load_learner('afog_classifier.pkl')
7
 
8
  # Get the labels from the data loaders
9
  labels = learn.dls.vocab