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