MurtazaN commited on
Commit
5eeb2a9
1 Parent(s): bb52ca9

updated app file

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ from fastai.vision.all import *
7
  import gradio as gr
8
  import timm
9
 
 
 
10
  # Cell
11
  learn = load_learner('model.pkl')
12
 
 
7
  import gradio as gr
8
  import timm
9
 
10
+ def is_cat(x): return x[0].isupper()
11
+
12
  # Cell
13
  learn = load_learner('model.pkl')
14