PeterTP commited on
Commit
78b0445
1 Parent(s): e08c287
Files changed (3) hide show
  1. app.py +1 -1
  2. export.pkl +2 -2
  3. export1.pkl +3 -0
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from fastai.vision.all import *
2
  import gradio as gr
3
 
4
- learn = load_learner(Path('export.pkl'))
5
 
6
  #categories = ("strawberry", "blueberry", "raspberry", "cranberry", "mulberry", "other")
7
  categories = learn.dls.vocab
 
1
  from fastai.vision.all import *
2
  import gradio as gr
3
 
4
+ learn = load_learner('export.pkl')
5
 
6
  #categories = ("strawberry", "blueberry", "raspberry", "cranberry", "mulberry", "other")
7
  categories = learn.dls.vocab
export.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad14922eb7ceb156375fca4144a475d92b530a3f114db32d0be1e348665d1836
3
- size 46988961
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b35a4c84d1639d38648c4c148e428cf1069af0e714889de2e7fe8cec00c9264a
3
+ size 46968335
export1.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad14922eb7ceb156375fca4144a475d92b530a3f114db32d0be1e348665d1836
3
+ size 46988961