lohedman commited on
Commit
f0b287a
·
1 Parent(s): 08afb6c

updating the categories

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import pathlib
6
  learn = load_learner('export.pkl')
7
 
8
  # Categories for the prediction
9
- categories = ('grizzly', 'black', 'teddy')
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):