srinuksv commited on
Commit
2102c56
1 Parent(s): 261555d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
 
2
  from gradio import Interface, Image, Label
3
-
4
  # Load your TensorFlow model
5
  model = tf.keras.models.load_model("bird_species_classification_model.h5")
6
 
 
1
 
2
  from gradio import Interface, Image, Label
3
+ import tensorflow as tf
4
  # Load your TensorFlow model
5
  model = tf.keras.models.load_model("bird_species_classification_model.h5")
6