EmmyHenz001 commited on
Commit
543e2e7
·
verified ·
1 Parent(s): 12a004f

Update face_analysis.py

Browse files
Files changed (1) hide show
  1. face_analysis.py +1 -1
face_analysis.py CHANGED
@@ -18,7 +18,7 @@ from models.landmark import Landmark
18
  from models.retinaface import RetinaFace
19
  from huggingface_hub import hf_hub_download
20
 
21
- REPO_ID = "leonelhs/insightface"
22
 
23
  model_detector_path = hf_hub_download(repo_id=REPO_ID, filename="det_10g.onnx")
24
  model_landmark_3d_68_path = hf_hub_download(repo_id=REPO_ID, filename="1k3d68.onnx")
 
18
  from models.retinaface import RetinaFace
19
  from huggingface_hub import hf_hub_download
20
 
21
+ REPO_ID = "EmmyHenz001/faceswap-models"
22
 
23
  model_detector_path = hf_hub_download(repo_id=REPO_ID, filename="det_10g.onnx")
24
  model_landmark_3d_68_path = hf_hub_download(repo_id=REPO_ID, filename="1k3d68.onnx")