Spaces:
Sleeping
Sleeping
Fix bug
Browse files- vlm_tools.py +1 -3
vlm_tools.py
CHANGED
@@ -138,9 +138,7 @@ class ObjectDetectionTool(Tool):
|
|
138 |
"""
|
139 |
name = "object_detection"
|
140 |
inputs = {
|
141 |
-
"frames": {"type": "any", "description": "The list of frames (images) to detect objects in. Must be a List[str] or a List[np.ndarray]"}
|
142 |
-
"onnx_path": {"type": "string", "description": "The path to the onnx file"},
|
143 |
-
"names_path": {"type": "string", "description": "The path to the names file"}
|
144 |
}
|
145 |
output_type = "any"
|
146 |
|
|
|
138 |
"""
|
139 |
name = "object_detection"
|
140 |
inputs = {
|
141 |
+
"frames": {"type": "any", "description": "The list of frames (images) to detect objects in. Must be a List[str] or a List[np.ndarray]"}
|
|
|
|
|
142 |
}
|
143 |
output_type = "any"
|
144 |
|