Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|