Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from tensorflow.keras.models import load_model
|
|
| 6 |
from tensorflow.keras.preprocessing.image import img_to_array
|
| 7 |
|
| 8 |
# CONFIG
|
| 9 |
-
MODEL_PATH = "custom_cnn_last4_finetuned
|
| 10 |
IMG_SIZE = (256, 256)
|
| 11 |
|
| 12 |
CLASS_NAMES = [
|
|
|
|
| 6 |
from tensorflow.keras.preprocessing.image import img_to_array
|
| 7 |
|
| 8 |
# CONFIG
|
| 9 |
+
MODEL_PATH = "custom_cnn_last4_finetuned.h5"
|
| 10 |
IMG_SIZE = (256, 256)
|
| 11 |
|
| 12 |
CLASS_NAMES = [
|