Spaces:
Running
Running
Update tools/detect_elements.py
Browse files- tools/detect_elements.py +1 -1
tools/detect_elements.py
CHANGED
@@ -54,4 +54,4 @@ class DetectElementsTool(Tool):
|
|
54 |
"output_image": output_path
|
55 |
}) if detections else "No elements detected"
|
56 |
except Exception as e:
|
57 |
-
return f"Failed to detect elements: {str(e)}"
|
|
|
54 |
"output_image": output_path
|
55 |
}) if detections else "No elements detected"
|
56 |
except Exception as e:
|
57 |
+
return f"Failed to detect elements: {str(e)}"
|