Skip to content

Commit 296f9c4

Browse files
[Penify]: Documentation for commit - ea03621
1 parent ccdb5ff commit 296f9c4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

cv_module.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ def __init__(self):
2222
logger.info("CV model loaded successfully.")
2323

2424
def detect_objects(self, image: Image.Image) -> str:
25-
"""
26-
Detects objects in the provided image.
27-
25+
"""Detects objects in the provided image.
26+
2827
Args:
2928
image (Image.Image): The input image.
30-
29+
3130
Returns:
3231
str: JSON string containing detection results.
33-
32+
3433
Raises:
3534
ValueError: If the image is None.
3635
"""

0 commit comments

Comments
 (0)