added buffalo_l

corrected wrong importing.
This commit is contained in:
Narra_Venkata_Raghu_Charan 2025-03-02 23:55:10 +05:30 committed by GitHub
parent da64c19444
commit 5450a928c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ def build_model(task: str, model_name: str) -> Any:
"ArcFace": ArcFace.ArcFaceClient,
"SFace": SFace.SFaceClient,
"GhostFaceNet": GhostFaceNet.GhostFaceNetClient,
"Buffalo_L": Buffalo_L.Buffalo_L
"Buffalo_L": Buffalo_L
},
"spoofing": {
"Fasnet": FasNet.Fasnet,