diff --git a/supervision/annotators/core.py b/supervision/annotators/core.py index dfc75565..1c03daae 100644 --- a/supervision/annotators/core.py +++ b/supervision/annotators/core.py @@ -1067,7 +1067,7 @@ class LabelAnnotator(BaseAnnotator): labels (Optional[List[str]]): Custom labels for each detection. custom_color_lookup (Optional[np.ndarray]): Custom color lookup array. Allows to override the default color mapping strategy. - + Returns: The annotated image, matching the type of `scene` (`numpy.ndarray` or `PIL.Image.Image`)