Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
| 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):
|