Sachinkry commited on
Commit
e62ce36
·
1 Parent(s): 3f457e3

resaved the model

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. archive.zip +3 -0
  3. export.pkl → model.pkl +2 -2
app.py CHANGED
@@ -3,7 +3,7 @@ from fastai.vision.all import *
3
  from PIL import Image
4
 
5
  # Load your trained/saved model
6
- learn = load_learner('export.pkl')
7
 
8
  def classify_bear(image):
9
  # convert PIL image to fastai image object
 
3
  from PIL import Image
4
 
5
  # Load your trained/saved model
6
+ learn = load_learner('model.pkl')
7
 
8
  def classify_bear(image):
9
  # convert PIL image to fastai image object
archive.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93459c3e4991bd9f13a06a0250edb4e973c5acf13cd342db432398efab8474df
3
+ size 284689552
export.pkl → model.pkl RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:17cd7c4a2b6d1c830e313ec9d73c12ca4767d0d7f5796249ae86b69690b42884
3
- size 46967998
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79271ef4cd5a1719d1fb65426f7f7bc914b87dbfeb93cbee4d5d8e26e2fc0219
3
+ size 46965738