Spaces:
Runtime error
Runtime error
Clarice Groeneveld
commited on
Commit
·
80d20e8
1
Parent(s):
1757f17
fix bug
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import gradio as gr
|
|
4 |
def is_cat(x): return x[0].isupper()
|
5 |
|
6 |
learn = load_learner('model.pkl')
|
7 |
-
learn.predict(im)
|
8 |
|
9 |
categories = ('Dog', 'Cat')
|
10 |
def classify_image(img):
|
|
|
4 |
def is_cat(x): return x[0].isupper()
|
5 |
|
6 |
learn = load_learner('model.pkl')
|
|
|
7 |
|
8 |
categories = ('Dog', 'Cat')
|
9 |
def classify_image(img):
|