From 112eb0a6c2bcb269bf82c2f7ee17221271973ebf Mon Sep 17 00:00:00 2001 From: Raghucharan16 Date: Sat, 1 Mar 2025 13:20:30 +0530 Subject: [PATCH] added review changes --- deepface/models/facial_recognition/Buffalo_L.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepface/models/facial_recognition/Buffalo_L.py b/deepface/models/facial_recognition/Buffalo_L.py index ff92300..c86f315 100644 --- a/deepface/models/facial_recognition/Buffalo_L.py +++ b/deepface/models/facial_recognition/Buffalo_L.py @@ -46,7 +46,7 @@ class Buffalo_L(FacialRecognition): # Download the model weights if not already present weights_path = weight_utils.download_weights_if_necessary( file_name=model_rel_path, - source_url="https://drive.google.com/uc?export=download&confirm=pbef&id=1N0GL-8ehw_bz2eZQWz2b0A5XBdXdxZhg" + source_url="https://drive.google.com/uc?export=download&confirm=pbef&id=1N0GL-8ehw_bz2eZQWz2b0A5XBdXdxZhg" #pylint: disable=line-too-long ) # Verify the model file exists