diff --git a/mediapipe/tasks/python/vision/hand_landmarker.py b/mediapipe/tasks/python/vision/hand_landmarker.py index 9dea08d02..d30c0b37b 100644 --- a/mediapipe/tasks/python/vision/hand_landmarker.py +++ b/mediapipe/tasks/python/vision/hand_landmarker.py @@ -176,8 +176,7 @@ class HandLandmarker(base_vision_task_api.BaseVisionTaskApi): def create_from_model_path(cls, model_path: str) -> 'HandLandmarker': """Creates an `HandLandmarker` object from a TensorFlow Lite model and the default `HandLandmarkerOptions`. - Note that the created `HandLandmarker` instance is in image mode, for - detecting hand landmarks on single image inputs. + Note that the created `HandLandmarker` instance is in image mode, for detecting hand landmarks on single image inputs. Args: model_path: Path to the model.