Spaces:
Sleeping
Sleeping
Fix tools
Browse files- vlm_tools.py +1 -1
vlm_tools.py
CHANGED
@@ -133,7 +133,7 @@ class ObjectDetectionTool(Tool):
|
|
133 |
description = "Detect objects in a list of frames (images). It takes a list of frames (images) as input and returns a list of detected objects with labels, confidence, and bounding boxes."
|
134 |
name = "object_detection"
|
135 |
inputs = {
|
136 |
-
"frames": {"type": List[str], "description": "The list of frames (images) to detect objects in"},
|
137 |
"onnx_path": {"type": "string", "description": "The path to the onnx file"},
|
138 |
"names_path": {"type": "string", "description": "The path to the names file"}
|
139 |
}
|
|
|
133 |
description = "Detect objects in a list of frames (images). It takes a list of frames (images) as input and returns a list of detected objects with labels, confidence, and bounding boxes."
|
134 |
name = "object_detection"
|
135 |
inputs = {
|
136 |
+
"frames": {"type": "List[str]", "description": "The list of frames (images) to detect objects in"},
|
137 |
"onnx_path": {"type": "string", "description": "The path to the onnx file"},
|
138 |
"names_path": {"type": "string", "description": "The path to the names file"}
|
139 |
}
|