Update util.py
Browse files
util.py
CHANGED
@@ -16,7 +16,9 @@ from huggingface_hub import hf_hub_download
|
|
16 |
|
17 |
|
18 |
# shape_predictor_path = hf_hub_download(repo_id="Abhinowww/Capstone", filename="shape_predictor_68_face_landmarks.dat", repo_type="dataset")
|
19 |
-
shape_predictor_path = hf_hub_download(repo_id="Abhinowww/Demo1", filename="shape_predictor_68_face_landmarks.dat")
|
|
|
|
|
20 |
|
21 |
|
22 |
google_drive_paths = {
|
|
|
16 |
|
17 |
|
18 |
# shape_predictor_path = hf_hub_download(repo_id="Abhinowww/Capstone", filename="shape_predictor_68_face_landmarks.dat", repo_type="dataset")
|
19 |
+
# shape_predictor_path = hf_hub_download(repo_id="Abhinowww/Demo1", filename="shape_predictor_68_face_landmarks.dat")
|
20 |
+
shape_predictor_path = hf_hub_download(repo_id="akhaliq/jojogan_dlib", filename="shape_predictor_68_face_landmarks.dat")
|
21 |
+
|
22 |
|
23 |
|
24 |
google_drive_paths = {
|