Sayandip commited on
Commit
c071f67
·
verified ·
1 Parent(s): bc12c15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from tensorflow.keras.models import load_model
8
  # Load the trained model
9
  @st.cache_resource
10
  def load_trained_model():
11
- model = load_model("balanced_model.h5") # Updated model name
12
  return model
13
 
14
  # Preprocess a video to extract frames and prepare for prediction
 
8
  # Load the trained model
9
  @st.cache_resource
10
  def load_trained_model():
11
+ model = load_model("model.h5") # Updated model name
12
  return model
13
 
14
  # Preprocess a video to extract frames and prepare for prediction