WalkerSpace commited on
Commit
7ee9661
·
verified ·
1 Parent(s): ad26109

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from fastai.vision.all import *
3
  import skimage
4
-
5
  learn = load_learner('model.pkl')
6
 
7
  labels = learn.dls.vocab
 
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('model.pkl')
6
 
7
  labels = learn.dls.vocab