Kunal7 commited on
Commit
9c7f57a
1 Parent(s): 0ddd8f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from utils import get_mediapipe_pose
7
  from process_frame import ProcessFrame
8
  from thresholds import get_thresholds_beginner, get_thresholds_pro
9
 
10
- sample_video = os.path.join(os.path.dirname(__file__), "samples/test_squats.mp4")
11
 
12
 
13
  # Initialize face mesh solution
 
7
  from process_frame import ProcessFrame
8
  from thresholds import get_thresholds_beginner, get_thresholds_pro
9
 
10
+ sample_video = os.path.join(os.path.dirname(__file__), "samples/sample-squats.mp4")
11
 
12
 
13
  # Initialize face mesh solution