Commit
·
2abbe16
1
Parent(s):
9433a78
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from PIL import Image
|
|
| 4 |
import numpy as np
|
| 5 |
from tensorflow.keras.preprocessing.image import img_to_array, load_img
|
| 6 |
|
| 7 |
-
# Loading
|
| 8 |
model = tf.keras.models.load_model('plant_disease_classifier.h5')
|
| 9 |
|
| 10 |
# Defining function for predictions
|
|
|
|
| 4 |
import numpy as np
|
| 5 |
from tensorflow.keras.preprocessing.image import img_to_array, load_img
|
| 6 |
|
| 7 |
+
# Loading saved model
|
| 8 |
model = tf.keras.models.load_model('plant_disease_classifier.h5')
|
| 9 |
|
| 10 |
# Defining function for predictions
|