Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|