Jonathan Chen commited on
Commit
d6f9608
1 Parent(s): db3fa72

fix import

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  learn = load_learner('model.pkl')
2
 
3
  labels = learn.dls.vocab
 
1
+ from fastai.vision.all import *
2
+
3
  learn = load_learner('model.pkl')
4
 
5
  labels = learn.dls.vocab