From fe75e0457edc5d09ebff26aaf755fc8ddd741030 Mon Sep 17 00:00:00 2001 From: Charles Frye Date: Mon, 30 Sep 2024 09:02:27 -0700 Subject: [PATCH] fix header (#898) --- 07_web_endpoints/count_faces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_web_endpoints/count_faces.py b/07_web_endpoints/count_faces.py index 4d0041ec4..1152a5aa2 100644 --- a/07_web_endpoints/count_faces.py +++ b/07_web_endpoints/count_faces.py @@ -2,7 +2,7 @@ # lambda-test: false # --- -# Run OpenCV face detection on an image +# # Run OpenCV face detection on an image # This example shows how you can use OpenCV on Modal to detect faces in an image. We use # the `opencv-python` package to load the image and the `opencv` library to