wizzseen commited on
Commit
6371512
1 Parent(s): 19287b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from tensorflow.keras.preprocessing import image
10
  import numpy as np
11
 
12
  # Load the trained model
13
- model = load_model('/content/cat_classifier_model.h5')
14
 
15
  # Function to predict whether an image contains a cat
16
  def predict_cat(image_content):
 
10
  import numpy as np
11
 
12
  # Load the trained model
13
+ model = load_model('cat_classifier_model.h5')
14
 
15
  # Function to predict whether an image contains a cat
16
  def predict_cat(image_content):