dtyago commited on
Commit
bf66ad3
1 Parent(s): be7ce42
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def predict_combined_models(image_np, model1, model2):
65
  max_boxes_to_draw=200,
66
  min_score_thresh=.60,
67
  agnostic_mode=False,
68
- colors=color_initial
69
  line_thickness=2)
70
 
71
  # Combine and return final image
 
65
  max_boxes_to_draw=200,
66
  min_score_thresh=.60,
67
  agnostic_mode=False,
68
+ colors=color_initial,
69
  line_thickness=2)
70
 
71
  # Combine and return final image