VenkataSaiNeha commited on
Commit
c2e4df6
1 Parent(s): 129376c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  from gradio import Interface, Image, Label
3
  import tensorflow as tf
4
  # Load your TensorFlow model
5
- model = tf.keras.models.load_model("mango_leaf_disease_model.h5")
6
 
7
  # Define your class names if needed
8
  class_names = ['Anthracnose', 'Bacterial Canker', 'Cutting Weevil', 'Die Back', 'Gall Midge','Healthy','Powdery Mildew','Sooty Mould']
 
2
  from gradio import Interface, Image, Label
3
  import tensorflow as tf
4
  # Load your TensorFlow model
5
+ model = tf.keras.models.load_model("mangoleaf.h5")
6
 
7
  # Define your class names if needed
8
  class_names = ['Anthracnose', 'Bacterial Canker', 'Cutting Weevil', 'Die Back', 'Gall Midge','Healthy','Powdery Mildew','Sooty Mould']