Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
|