diff --git a/03_scaling_out/youtube_face_detection.py b/03_scaling_out/youtube_face_detection.py index 324e33a9..f88d6f7e 100644 --- a/03_scaling_out/youtube_face_detection.py +++ b/03_scaling_out/youtube_face_detection.py @@ -45,7 +45,7 @@ image = ( f"wget https://raw.githubusercontent.com/opencv/opencv/master/data/haarcascades/{FACE_CASCADE_FN} -P /root" ) .pip_install( - "pytube @ git+https://github.com/oncename/pytube", + "pytube @ git+https://github.com/modal-labs/pytube", "opencv-python~=4.7.0.72", "moviepy~=1.0.3", )