Spaces:
Sleeping
Sleeping
surbi karki commited on
Update Predictive.py
Browse files- Predictive.py +1 -1
Predictive.py
CHANGED
|
@@ -9,7 +9,7 @@ from tensorflow.keras.utils import to_categorical # Correct import for TensorFl
|
|
| 9 |
global size
|
| 10 |
size = 100
|
| 11 |
model = Sequential()
|
| 12 |
-
model = load_model('
|
| 13 |
|
| 14 |
# Load Testing data: non-pothole
|
| 15 |
nonPotholeTestImages = glob.glob("D:/Downloads/potholes/plain/*.jpg")
|
|
|
|
| 9 |
global size
|
| 10 |
size = 100
|
| 11 |
model = Sequential()
|
| 12 |
+
model = load_model('samplee.h5')
|
| 13 |
|
| 14 |
# Load Testing data: non-pothole
|
| 15 |
nonPotholeTestImages = glob.glob("D:/Downloads/potholes/plain/*.jpg")
|