Abdullah-Habib commited on
Commit
4fbb309
·
1 Parent(s): 693126c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ __all__ = ['is_cat',"learn",'classify_image', 'categories','image','label','exam
3
  # Cell
4
  from fastai.vision.all import *
5
  import gradio as gr
6
- def is_cat(x): return x[0].isupper()
7
 
8
 
9
  learn = load_learner ('model.pkl')
 
3
  # Cell
4
  from fastai.vision.all import *
5
  import gradio as gr
6
+ # def is_cat(x): return x[0].isupper()
7
 
8
 
9
  learn = load_learner ('model.pkl')