Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import numpy as np
|
|
| 4 |
from PIL import Image
|
| 5 |
|
| 6 |
# Load the trained model
|
| 7 |
-
model = tf.keras.models.load_model('
|
| 8 |
|
| 9 |
# Define class labels (update with your dataset's class names)
|
| 10 |
class_labels = ['Late Blight', 'Early Blight', 'Healthy']
|
|
|
|
| 4 |
from PIL import Image
|
| 5 |
|
| 6 |
# Load the trained model
|
| 7 |
+
model = tf.keras.models.load_model('tato.h5')
|
| 8 |
|
| 9 |
# Define class labels (update with your dataset's class names)
|
| 10 |
class_labels = ['Late Blight', 'Early Blight', 'Healthy']
|