finkrishna commited on
Commit
b054cda
1 Parent(s): 718e866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- from fastai.vision.all import *
2
  learn = load_learner('export.pkl')
3
  labels = learn.dls.vocab
4
  def predict(img):
 
1
+ #from fastai.vision.all import *
2
  learn = load_learner('export.pkl')
3
  labels = learn.dls.vocab
4
  def predict(img):