Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|