Walterchamy commited on
Commit
3db0ffb
1 Parent(s): 345452a

Update app.py

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