DatSplit commited on
Commit
f704017
·
verified ·
1 Parent(s): dd222cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def draw_predictions(boxes, labels, scores, img, score_threshold=0.5, font_size=
115
  colors=colors,
116
  width=10,
117
  font_size=30,
118
- font="kikia.ttf",
119
  )
120
  imgs_list.append(img_bbox.permute(1, 2, 0).numpy()) # convert to HWC for Gradio
121
 
 
115
  colors=colors,
116
  width=10,
117
  font_size=30,
118
+ font="Kilikia.ttf",
119
  )
120
  imgs_list.append(img_bbox.permute(1, 2, 0).numpy()) # convert to HWC for Gradio
121