Sa-m commited on
Commit
e13a8d8
1 Parent(s): 36697f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import os
11
 
12
  labels={'Subway': 0, 'Starbucks': 1,'McDonalds': 2,'Burger King': 3,'KFC': 4,'Other': 5}
13
  HEIGHT,WIDTH=224,224
14
- model=load_model('best_model2.h5')
15
  NUM_CLASSES=6
16
 
17
 
 
11
 
12
  labels={'Subway': 0, 'Starbucks': 1,'McDonalds': 2,'Burger King': 3,'KFC': 4,'Other': 5}
13
  HEIGHT,WIDTH=224,224
14
+ model=load_model('best_model.h5')
15
  NUM_CLASSES=6
16
 
17