marii commited on
Commit
ad59791
·
1 Parent(s): 75c6cb7
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -2,6 +2,9 @@
2
 
3
  __all__ = ['learn', 'predict', 'labels']
4
 
 
 
 
5
  # Cell
6
  learn = load_learner('export.pkl')
7
 
 
2
 
3
  __all__ = ['learn', 'predict', 'labels']
4
 
5
+ # Cell
6
+ from fastai.vision.all import *
7
+
8
  # Cell
9
  learn = load_learner('export.pkl')
10