Spaces:
Sleeping
Sleeping
updated app file
Browse files
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 |
|