brewmeakay commited on
Commit
e860bdd
·
1 Parent(s): adff6fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ learn = load_learner('nothotdog.pkl')
6
 
7
 
8
  #define the classifier function
9
- categories = ('Hot Dog', 'Not Hot Dog')
10
 
11
  def classify_image(img):
12
  pred,idx,probs = learn.predict(img)
 
6
 
7
 
8
  #define the classifier function
9
+ categories = ('HotDog', 'Not HotDog')
10
 
11
  def classify_image(img):
12
  pred,idx,probs = learn.predict(img)