zdou0830 commited on
Commit
1be2a71
1 Parent(s): 4798672
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ fiber_demo = GLIPDemo(
51
 
52
  athetics_params = {
53
  "skip_name": False, # whether we overlay the phrase over the box
54
- "override_color": (255, 255, 255), # box color, default is white
55
  "text_size": 1.0,
56
  "text_pixel": 3,
57
  "box_alpha": 1.0,
 
51
 
52
  athetics_params = {
53
  "skip_name": False, # whether we overlay the phrase over the box
54
+ "override_color": (0, 0, 0), # box color, default is white
55
  "text_size": 1.0,
56
  "text_pixel": 3,
57
  "box_alpha": 1.0,