Spaces:
Runtime error
Runtime error
taltaf9133
commited on
Commit
·
3011087
1
Parent(s):
08f8658
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ DEFAULT_IMAGE_SIZE = tuple((256, 256))
|
|
30 |
N_IMAGES = 100
|
31 |
# Define the model and its parameters
|
32 |
#model = joblib.load(filename="plant_leaf_diseases_model.keras", 'utf-8')
|
33 |
-
model = tf.keras.models.load_model('
|
34 |
|
35 |
|
36 |
|
|
|
30 |
N_IMAGES = 100
|
31 |
# Define the model and its parameters
|
32 |
#model = joblib.load(filename="plant_leaf_diseases_model.keras", 'utf-8')
|
33 |
+
model = tf.keras.models.load_model('cnn_model_v3.h5')
|
34 |
|
35 |
|
36 |
|