Spaces:
Runtime error
Runtime error
Mark Henry commited on
Commit ·
93cd6b7
1
Parent(s): 6ddf74d
swap category labels
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def label_for_path(path):
|
|
| 23 |
|
| 24 |
|
| 25 |
learn_inf = load_learner(Path() / 'gluten.pkl')
|
| 26 |
-
categories = ('
|
| 27 |
|
| 28 |
|
| 29 |
def classify_image(img):
|
|
|
|
| 23 |
|
| 24 |
|
| 25 |
learn_inf = load_learner(Path() / 'gluten.pkl')
|
| 26 |
+
categories = ('gluten-free', 'glutenful')
|
| 27 |
|
| 28 |
|
| 29 |
def classify_image(img):
|