srinuksv commited on
Commit
4fdae16
·
verified ·
1 Parent(s): 73dceda

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("a (2).h5")
6
 
7
  # Define your class names if needed
8
  class_names = ['Asian-Green-Bee-Eater', 'Brown-Headed-Barbet', 'Cattle-Egret', 'Common-Kingfisher', 'Common-Myna', 'House-Crow', 'Indian-Grey-Hornbill', 'Indian-Peacock', 'Indian-Roller', 'White-Breasted-Kingfisher']
 
2
  from gradio import Interface, Image, Label
3
  import tensorflow as tf
4
  # Load your TensorFlow model
5
+ model = tf.keras.models.load_model("a.h5")
6
 
7
  # Define your class names if needed
8
  class_names = ['Asian-Green-Bee-Eater', 'Brown-Headed-Barbet', 'Cattle-Egret', 'Common-Kingfisher', 'Common-Myna', 'House-Crow', 'Indian-Grey-Hornbill', 'Indian-Peacock', 'Indian-Roller', 'White-Breasted-Kingfisher']