Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from tensorflow.keras.layers import *
|
|
9 |
|
10 |
labels= {'Subway': 0, 'Starbucks': 1,'McDonalds': 2,'Burger King': 3,'KFC': 4,'Other': 5}
|
11 |
HEIGHT,WIDTH=224,224
|
12 |
-
model=load_model('
|
13 |
NUM_CLASSES=6
|
14 |
|
15 |
|
|
|
9 |
|
10 |
labels= {'Subway': 0, 'Starbucks': 1,'McDonalds': 2,'Burger King': 3,'KFC': 4,'Other': 5}
|
11 |
HEIGHT,WIDTH=224,224
|
12 |
+
model=load_model('best_model.h5')
|
13 |
NUM_CLASSES=6
|
14 |
|
15 |
|