fffiloni commited on
Commit
a6d62b8
Β·
1 Parent(s): bacee3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ def predict(img):
70
  "left_ankle": 15,
71
  "right_ankle": 16
72
  }
73
- orange=(255,128,0)
74
- blue=(51,153,255)
75
  green=(0,255,0)
76
 
77
  # create a black image of the same size as the original image
 
70
  "left_ankle": 15,
71
  "right_ankle": 16
72
  }
73
+ orange=(51,153,255)
74
+ blue=(255,128,0)
75
  green=(0,255,0)
76
 
77
  # create a black image of the same size as the original image