aijack commited on
Commit
7fc5d17
1 Parent(s): 856b6b5

Update util.py

Browse files
Files changed (1) hide show
  1. util.py +1 -1
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="aijackliu/jojogan", filename="face_landmarks.dat")
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 = {