Spaces:
Sleeping
Sleeping
Rahulk2197
commited on
Commit
•
240753e
1
Parent(s):
2360338
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def save_predictions_to_csv(predictions, timestamps, filename="predictions.csv")
|
|
88 |
|
89 |
# Load your Keras model
|
90 |
def load_model():
|
91 |
-
model = tf.keras.models.load_model('
|
92 |
custom_objects={'binary_focal_loss': binary_focal_loss})
|
93 |
return model
|
94 |
|
|
|
88 |
|
89 |
# Load your Keras model
|
90 |
def load_model():
|
91 |
+
model = tf.keras.models.load_model('incept_v3_10fps_full_dp0.4.keras',
|
92 |
custom_objects={'binary_focal_loss': binary_focal_loss})
|
93 |
return model
|
94 |
|