adr commited on
Commit
2427c60
1 Parent(s): 71bb31e

fixed model name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  from fastai.vision.all import *
3
 
4
  # load our model.
5
- learn = load_learner('export.pkl')
6
 
7
  # define a prediction function, not sure what this means.
8
  labels = learn.dls.vocab
 
2
  from fastai.vision.all import *
3
 
4
  # load our model.
5
+ learn = load_learner('model.pkl')
6
 
7
  # define a prediction function, not sure what this means.
8
  labels = learn.dls.vocab