reiflja1 commited on
Commit
f013ed4
1 Parent(s): 6f1d143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
4
  import numpy as np
5
 
6
  # Load your custom regression model
7
- model_path = "freshwaterfish_classifier_model_ResNet50.keras"
8
  model = tf.keras.models.load_model(model_path)
9
 
10
  labels = ['Catfish', 'Freshwater Eel', 'Goby', 'Perch']
 
4
  import numpy as np
5
 
6
  # Load your custom regression model
7
+ model_path = "freshwaterfish_classifier_model_BasicKeras.keras"
8
  model = tf.keras.models.load_model(model_path)
9
 
10
  labels = ['Catfish', 'Freshwater Eel', 'Goby', 'Perch']