From 29a40413534a9b1a4653ebbc5e77813a602455aa Mon Sep 17 00:00:00 2001 From: kinaryml Date: Wed, 22 Mar 2023 21:51:45 -0700 Subject: [PATCH] Fixed a typo in docstring --- mediapipe/tasks/python/vision/face_stylizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/python/vision/face_stylizer.py b/mediapipe/tasks/python/vision/face_stylizer.py index 1393982d..83c46ae6 100644 --- a/mediapipe/tasks/python/vision/face_stylizer.py +++ b/mediapipe/tasks/python/vision/face_stylizer.py @@ -82,7 +82,7 @@ class FaceStylizer(base_vision_task_api.BaseVisionTaskApi): def create_from_model_path(cls, model_path: str) -> 'FaceStylizer': """Creates an `FaceStylizer` object from a TensorFlow Lite model and the default `FaceStylizerOptions`. - Note that the created `FaceDetector` instance is in image mode, for + Note that the created `FaceStylizer` instance is in image mode, for stylizing faces on single image inputs. Args: