elucidator8918 commited on
Commit
2e3a482
·
verified ·
1 Parent(s): 52b5ee9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import tempfile
7
  import os
8
  os.environ['CUDA_VISIBLE_DEVICES'] = "0"
9
  # Load your pre-trained model
10
- model = load_model('cnn_lstm1.h5')
11
 
12
  # Function to preprocess each frame
13
  def preprocess_frame(frame):
 
7
  import os
8
  os.environ['CUDA_VISIBLE_DEVICES'] = "0"
9
  # Load your pre-trained model
10
+ model = load_model('cnn.keras')
11
 
12
  # Function to preprocess each frame
13
  def preprocess_frame(frame):