Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
|
|
6 |
|
7 |
import os
|
8 |
|
9 |
-
model_path = "
|
10 |
model = tf.keras.models.load_model(model_path)
|
11 |
|
12 |
def predict_apple(image):
|
|
|
6 |
|
7 |
import os
|
8 |
|
9 |
+
model_path = "apple_model_transferlearning.keras"
|
10 |
model = tf.keras.models.load_model(model_path)
|
11 |
|
12 |
def predict_apple(image):
|