Sa-m commited on
Commit
6242cc5
·
verified ·
1 Parent(s): 3a03751

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  # Configuration
7
  HEIGHT, WIDTH = 224, 224
8
  NUM_CLASSES = 6
9
- LABELS = ["Burger King", "KFC", "McDonalds", "Other", "Starbucks", "Subway"]
10
  from tensorflow_addons.metrics import F1Score
11
  from keras.utils import custom_object_scope
12
 
 
6
  # Configuration
7
  HEIGHT, WIDTH = 224, 224
8
  NUM_CLASSES = 6
9
+ LABELS = ["Burger King", "McDonalds", "Starbucks", "KFC", "Subway","Other"]
10
  from tensorflow_addons.metrics import F1Score
11
  from keras.utils import custom_object_scope
12