We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdb5ff commit 296f9c4Copy full SHA for 296f9c4
1 file changed
cv_module.py
@@ -22,15 +22,14 @@ def __init__(self):
22
logger.info("CV model loaded successfully.")
23
24
def detect_objects(self, image: Image.Image) -> str:
25
- """
26
- Detects objects in the provided image.
27
-
+ """Detects objects in the provided image.
+
28
Args:
29
image (Image.Image): The input image.
30
31
Returns:
32
str: JSON string containing detection results.
33
34
Raises:
35
ValueError: If the image is None.
36
"""
0 commit comments