BSuruchi commited on
Commit
df86484
·
verified ·
1 Parent(s): bfcdc18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ def calculateAngle(landmark1, landmark2, landmark3):
235
 
236
 
237
  # Initialize the label of the pose. It is not known at this stage.
238
- label = "Unknown Pose"
239
 
240
  # Specify the color (Red) with which the label will be written on the image.
241
  color = (0, 0, 255)
 
235
 
236
 
237
  # Initialize the label of the pose. It is not known at this stage.
238
+ #label = "Unknown Pose"
239
 
240
  # Specify the color (Red) with which the label will be written on the image.
241
  color = (0, 0, 255)