Update app.py
Browse files
app.py
CHANGED
|
@@ -509,7 +509,7 @@ def detection_pipeline(query_text, image, threshold, use_sam):
|
|
| 509 |
result_image = visualize_detections(
|
| 510 |
processed_image,
|
| 511 |
detections,
|
| 512 |
-
show_labels=
|
| 513 |
)
|
| 514 |
print("Created visualization with bounding boxes only")
|
| 515 |
|
|
|
|
| 509 |
result_image = visualize_detections(
|
| 510 |
processed_image,
|
| 511 |
detections,
|
| 512 |
+
show_labels=False
|
| 513 |
)
|
| 514 |
print("Created visualization with bounding boxes only")
|
| 515 |
|