Update util.py
Browse files
util.py
CHANGED
@@ -15,7 +15,7 @@ import torchvision.transforms as transforms
|
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
|
17 |
|
18 |
-
shape_predictor_path = hf_hub_download(repo_id="
|
19 |
|
20 |
|
21 |
google_drive_paths = {
|
|
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
|
17 |
|
18 |
+
shape_predictor_path = hf_hub_download(repo_id="aijack/jojogan", filename="face_landmarks.dat")
|
19 |
|
20 |
|
21 |
google_drive_paths = {
|