Spaces:
Sleeping
Sleeping
Commit
·
f57229d
1
Parent(s):
3471e4a
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from tensorflow.keras.models import load_model
|
|
4 |
import numpy as np
|
5 |
|
6 |
# Load the model with weights
|
7 |
-
model_path = "
|
8 |
model = load_model(model_path)
|
9 |
|
10 |
# Define the image height and width
|
|
|
4 |
import numpy as np
|
5 |
|
6 |
# Load the model with weights
|
7 |
+
model_path = "my_model.h5" # Replace with the correct path to your model
|
8 |
model = load_model(model_path)
|
9 |
|
10 |
# Define the image height and width
|