Jeff28 commited on
Commit
ebf92a8
·
verified ·
1 Parent(s): 03fdd0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import tensorflow as tf
4
  from tensorflow.keras.preprocessing import image
5
 
6
  # Load the trained model
7
- model = tf.keras.models.load_model("model.h5")
8
 
9
  # Updated disease categories based on training data
10
  class_labels = [
 
4
  from tensorflow.keras.preprocessing import image
5
 
6
  # Load the trained model
7
+ model = tf.keras.models.load_model("Tomato_Leaf_Disease_Model.h5")
8
 
9
  # Updated disease categories based on training data
10
  class_labels = [