samjeffcoat commited on
Commit
19c9512
·
1 Parent(s): 9050817

added all files

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. export.pkl +2 -2
  3. model.pkl +3 -0
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from fastai.vision.all import *
3
  import skimage
4
 
5
- learn = load_learner('export.pkl')
6
 
7
  labels = learn.dls.vocab
8
  def predict(img):
 
2
  from fastai.vision.all import *
3
  import skimage
4
 
5
+ learn = load_learner('model.pkl')
6
 
7
  labels = learn.dls.vocab
8
  def predict(img):
export.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6982bba20a83853c30455ec2159a34bc1982186972e0eedca7c3f77cfe80566
3
- size 187910864
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38ca8d6fb092e85d35357a0cfa26f9ffc1b282b8983738e2228dae32fc87890b
3
+ size 187910858
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09b67b7459453218cbc92bb967aa32fc6dc018911a66845fa6bde94c0d2d7a98
3
+ size 103045437