sabrinabenas commited on
Commit
78b8574
β€’
1 Parent(s): e120f71
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def draw_keypoints_on_image(image,
48
  font_style='amiko',
49
  font_size=8,
50
  keypt_color="#ff0000",
51
- marker_size='5',
52
  ):
53
  """Draws keypoints on an image.
54
  Modified from:
 
48
  font_style='amiko',
49
  font_size=8,
50
  keypt_color="#ff0000",
51
+ marker_size=10,
52
  ):
53
  """Draws keypoints on an image.
54
  Modified from: