Mlaana commited on
Commit
69b56ed
·
1 Parent(s): e0c5f86

Update : alphabetical

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -5,14 +5,14 @@ from PIL import Image
5
 
6
  model = tf.keras.models.load_model("best_model_mobilenetv2_finetune.h5")
7
  class_labels = [
8
- 'ayam bakar','ayam goreng','bakso','bakwan',
9
- 'bihun','capcay','gado-gado','ikan goreng',
10
- 'kerupuk', 'martabak telur','mie','nasi goreng',
11
- 'nasi putih','nugget','opor ayam','pempek',
12
- 'rendang','roti','sate','sosis',
13
- 'soto','tahu','telur','tempe',
14
- 'tumis kangkung',
15
- 'udang',
16
  ]
17
 
18
  def process(img):
 
5
 
6
  model = tf.keras.models.load_model("best_model_mobilenetv2_finetune.h5")
7
  class_labels = [
8
+ 'Ayam Bakar','Ayam Goreng','Bakso','Bakwan',
9
+ 'Bihun','Capcay','Gado-Gado','Ikan Goreng',
10
+ 'Kerupuk', 'Martabak Telur','Mie','Nasi Goreng',
11
+ 'Nasi Putih','Nugget','Opor Ayam','Pempek',
12
+ 'Rendang','Roti','Sate','Sosis',
13
+ 'Soto','Tahu','Telur','Tempe',
14
+ 'Tumis Kangkung',
15
+ 'Udang',
16
  ]
17
 
18
  def process(img):