harshitface2003 commited on
Commit
f0fb3a4
·
verified ·
1 Parent(s): b4af339

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import numpy as np
11
  import cv2
12
  from PIL import Image
13
 
14
- MODEL_PATH = r"pose_landmarker_heavy.task"
15
 
16
  # Drawing landmarks
17
  def draw_landmarks_on_image(rgb_image, detection_result):
 
11
  import cv2
12
  from PIL import Image
13
 
14
+ MODEL_PATH = r"pose_landmarker_lite.task"
15
 
16
  # Drawing landmarks
17
  def draw_landmarks_on_image(rgb_image, detection_result):