JefferyJapheth commited on
Commit
3f94b52
1 Parent(s): 3d1072b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ index_to_class = {
31
 
32
  inv_index_to_class = {v: k for k, v in index_to_class.items()}
33
 
34
- webcam = cv2.VideoCapture(0)
35
 
36
  # Preprocess landmarks
37
  def preprocess_landmarks(hand1_landmarks, hand2_landmarks, pose_landmarks, lip_landmarks):
 
31
 
32
  inv_index_to_class = {v: k for k, v in index_to_class.items()}
33
 
34
+
35
 
36
  # Preprocess landmarks
37
  def preprocess_landmarks(hand1_landmarks, hand2_landmarks, pose_landmarks, lip_landmarks):