Views
No views yet

1# Download a specific file
2from huggingface_hub import hf_hub_download
3hf_hub_download(repo_id="mengtingwei/magicface", filename="79999_iter.pth", local_dir="./utils")
4# Download all files
5from huggingface_hub import snapshot_download
6snapshot_download(repo_id="mengtingwei/magicface", local_dir="./")