Spaces:
Sleeping
Sleeping
Update : alphabetical
Browse files
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 |
-
'
|
| 9 |
-
'
|
| 10 |
-
'
|
| 11 |
-
'
|
| 12 |
-
'
|
| 13 |
-
'
|
| 14 |
-
'
|
| 15 |
-
'
|
| 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):
|