Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from tempfile import NamedTemporaryFile
|
|
| 7 |
from tqdm import tqdm
|
| 8 |
|
| 9 |
# Load model
|
| 10 |
-
model = tf.keras.models.load_model('rain_detection_model
|
| 11 |
IMG_SIZE = (256, 256)
|
| 12 |
|
| 13 |
def batch_predict(frames):
|
|
|
|
| 7 |
from tqdm import tqdm
|
| 8 |
|
| 9 |
# Load model
|
| 10 |
+
model = tf.keras.models.load_model('rain_detection_model.h5')
|
| 11 |
IMG_SIZE = (256, 256)
|
| 12 |
|
| 13 |
def batch_predict(frames):
|