Noah Vriese
commited on
Commit
·
ef1c5ae
1
Parent(s):
39bfba8
Update visualization text
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def predict(input_img):
|
|
64 |
draw_text=True,
|
65 |
draw_projections=False,
|
66 |
box_display_type="minimal",
|
67 |
-
fill_text_background=
|
68 |
box_line_thickness=2,
|
69 |
box_corner_length=15,
|
70 |
text_scale=0.6,
|
|
|
64 |
draw_text=True,
|
65 |
draw_projections=False,
|
66 |
box_display_type="minimal",
|
67 |
+
fill_text_background=False,
|
68 |
box_line_thickness=2,
|
69 |
box_corner_length=15,
|
70 |
text_scale=0.6,
|