brxerq commited on
Commit
6c083d7
·
1 Parent(s): e56a6f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import cv2
11
  custom_objects = {'KerasLayer': hub.KerasLayer}
12
 
13
  # Load your model (ensure the path is correct)
14
- model = load_model('bird_model.h5', custom_objects=custom_objects)
15
 
16
  # Define your class labels or categories for predictions
17
  train_info = [] # Replace with your actual class labels
 
11
  custom_objects = {'KerasLayer': hub.KerasLayer}
12
 
13
  # Load your model (ensure the path is correct)
14
+ model = load_model('bird_model4.h5', custom_objects=custom_objects)
15
 
16
  # Define your class labels or categories for predictions
17
  train_info = [] # Replace with your actual class labels