jeylau commited on
Commit
4c5bc22
Β·
1 Parent(s): a43159f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -159,7 +159,6 @@ def predict_pipeline(img_input,
159
  if bbox_likelihood_th < pred:
160
  draw_bbox_w_text(img_background,
161
  bb_per_animal,
162
- font_style=font_style,
163
  font_size=font_size) # TODO: add selectable color for bbox?
164
 
165
 
 
159
  if bbox_likelihood_th < pred:
160
  draw_bbox_w_text(img_background,
161
  bb_per_animal,
 
162
  font_size=font_size) # TODO: add selectable color for bbox?
163
 
164