linoyts HF Staff commited on
Commit
8ae1c05
·
verified ·
1 Parent(s): 4f351f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -160,8 +160,7 @@ def process_video_for_pose(video):
160
  pose_frame,
161
  results.pose_landmarks,
162
  mp_pose.POSE_CONNECTIONS,
163
- landmark_drawing_spec=mp_drawing_styles.get_default_pose_landmarks_style(),
164
- connection_drawing_spec=mp_drawing_styles.get_default_pose_connections_style()
165
  )
166
 
167
  # Convert back to PIL Image
 
160
  pose_frame,
161
  results.pose_landmarks,
162
  mp_pose.POSE_CONNECTIONS,
163
+ landmark_drawing_spec=mp_drawing_styles.get_default_pose_landmarks_style()
 
164
  )
165
 
166
  # Convert back to PIL Image