Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from tensorflow.keras.preprocessing import image
|
|
4 |
import numpy as np
|
5 |
|
6 |
# Load the trained model
|
7 |
-
model = tf.keras.models.load_model('
|
8 |
|
9 |
# Define a function to make predictions
|
10 |
def predict_image(img):
|
|
|
4 |
import numpy as np
|
5 |
|
6 |
# Load the trained model
|
7 |
+
model = tf.keras.models.load_model('Model_catsVSdogs.h5')
|
8 |
|
9 |
# Define a function to make predictions
|
10 |
def predict_image(img):
|