Pratyush101 commited on
Commit
2485090
·
verified ·
1 Parent(s): 17fe806

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def video_frame_callback(frame: av.VideoFrame) -> av.VideoFrame:
93
  label="Pose",
94
  score=0.5, # Full confidence as pose landmarks were detected
95
  box=np.array([0, 0, image.shape[1], image.shape[0]]) # Full image as bounding box
96
- ) if landmarks else []
97
 
98
 
99
  if landmarks:
 
93
  label="Pose",
94
  score=0.5, # Full confidence as pose landmarks were detected
95
  box=np.array([0, 0, image.shape[1], image.shape[0]]) # Full image as bounding box
96
+ ) ] if landmarks else []
97
 
98
 
99
  if landmarks: