mengting commited on
Commit
c3e8252
·
1 Parent(s): 9d81eee
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ You can directly download the model in this repository or download in python scr
26
  ```python
27
  # Download a specific file
28
  from huggingface_hub import hf_hub_download
29
- hf_hub_download(repo_id="mengtingwei/magicface", filename="weights/checkpoints", local_dir="./utils")
30
  # Download all files
31
  from huggingface_hub import snapshot_download
32
  snapshot_download(repo_id="mengtingwei/magicface", local_dir="./")
 
26
  ```python
27
  # Download a specific file
28
  from huggingface_hub import hf_hub_download
29
+ hf_hub_download(repo_id="mengtingwei/magicface", filename="79999_iter.pth", local_dir="./utils")
30
  # Download all files
31
  from huggingface_hub import snapshot_download
32
  snapshot_download(repo_id="mengtingwei/magicface", local_dir="./")