jpablolastra commited on
Commit
bdb2d41
1 Parent(s): 852cee1

Updated model

Browse files
Files changed (2) hide show
  1. app.py +1 -2
  2. export.pkl → model_ori_gateto.pkl +2 -2
app.py CHANGED
@@ -1,8 +1,7 @@
1
  import gradio as gr
2
  from fastai.vision.all import *
3
  import skimage
4
- def is_cat(x): return x[0].isupper()
5
- learn = load_learner('export.pkl')
6
 
7
  labels = learn.dls.vocab
8
  def predict(img):
 
1
  import gradio as gr
2
  from fastai.vision.all import *
3
  import skimage
4
+ learn = load_learner('model_ori_gateto.pkl')
 
5
 
6
  labels = learn.dls.vocab
7
  def predict(img):
export.pkl → model_ori_gateto.pkl RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7354857ac2c5a1461676779135eb7b937fd14393256b0465186a9a2e87b24105
3
- size 47061419
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15aadc58b46c5a171db21fb32ade7b3b3a8a0edfb2eda36ed6e2429025d89a3a
3
+ size 46955601