Spaces:
Runtime error
Runtime error
Commit
·
e860bdd
1
Parent(s):
adff6fa
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ learn = load_learner('nothotdog.pkl')
|
|
6 |
|
7 |
|
8 |
#define the classifier function
|
9 |
-
categories = ('
|
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)
|