Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
suriya7
/
Bird_Classification
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
suriya7
commited on
Feb 4, 2024
Commit
82310bb
·
verified
·
1 Parent(s):
b629719
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,7 +5,7 @@ import numpy as np
5
6
7
8
-
model = tf.keras.models.load_model('')
9
10
11
5
6
7
8
+
model = tf.keras.models.load_model('
bird_modelv2.h5
')
9
10
11