Sa-m commited on
Commit
89f8694
·
verified ·
1 Parent(s): 2876aae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ import numpy as np
9
 
10
  # labels= {'Burger King': 0, 'KFC': 1,'McDonalds': 2,'Other': 3,'Starbucks': 4,'Subway': 5}
11
  HEIGHT,WIDTH=224,224
12
- NUM_CLASSES=6
13
 
14
  model=load_model('Models/best_model1.h5')
15
 
 
9
 
10
  # labels= {'Burger King': 0, 'KFC': 1,'McDonalds': 2,'Other': 3,'Starbucks': 4,'Subway': 5}
11
  HEIGHT,WIDTH=224,224
 
12
 
13
  model=load_model('Models/best_model1.h5')
14