Update modeling.py

recorrecting modelling.py
This commit is contained in:
Narra_Venkata_Raghu_Charan 2025-03-03 00:01:09 +05:30 committed by GitHub
parent 5450a928c0
commit ff0ccd6b87
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, "ArcFace": ArcFace.ArcFaceClient,
"SFace": SFace.SFaceClient, "SFace": SFace.SFaceClient,
"GhostFaceNet": GhostFaceNet.GhostFaceNetClient, "GhostFaceNet": GhostFaceNet.GhostFaceNetClient,
"Buffalo_L": Buffalo_L "Buffalo_L": Buffalo_L.Buffalo_L
}, },
"spoofing": { "spoofing": {
"Fasnet": FasNet.Fasnet, "Fasnet": FasNet.Fasnet,