vchiang001 commited on
Commit
6aea884
β€’
1 Parent(s): 2b6769d

added default font style

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def draw_keypoints_on_image(image,
37
  color='red',
38
  radius=2,
39
  use_normalized_coordinates=True,
40
- gr_pose_font_input,
41
  ):
42
  """Draws keypoints on an image.
43
  Modified from:
 
37
  color='red',
38
  radius=2,
39
  use_normalized_coordinates=True,
40
+ gr_pose_font_input='amiko',
41
  ):
42
  """Draws keypoints on an image.
43
  Modified from: