FelaKuti commited on
Commit
49cb176
·
verified ·
1 Parent(s): e397c50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ Use the code below to get started with the model locally:
93
  return frame
94
 
95
  def main():
96
- model = tf.keras.models.load_model('best_model.keras')
97
  cap = cv2.VideoCapture(1)
98
 
99
  if not cap.isOpened():
 
93
  return frame
94
 
95
  def main():
96
+ model = tf.keras.models.load_model('emotion_detection.keras')
97
  cap = cv2.VideoCapture(1)
98
 
99
  if not cap.isOpened():