Spaces:
Sleeping
Sleeping
lohedman
commited on
Commit
·
f0b287a
1
Parent(s):
08afb6c
updating the categories
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import pathlib
|
|
6 |
learn = load_learner('export.pkl')
|
7 |
|
8 |
# Categories for the prediction
|
9 |
-
categories = ('
|
10 |
|
11 |
# Image classification function
|
12 |
def classify_image(img):
|
|
|
6 |
learn = load_learner('export.pkl')
|
7 |
|
8 |
# Categories for the prediction
|
9 |
+
categories = ('black', 'grizzly', 'teddy')
|
10 |
|
11 |
# Image classification function
|
12 |
def classify_image(img):
|