Spaces:
Running
Running
Update face_analysis.py
Browse files- 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 = "
|
| 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")
|