File size: 322 Bytes
79f9f38
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# pip install huggingface_hub
# https://huggingface.co/Kedreamix/Linly-Talker
from huggingface_hub import snapshot_download

snapshot_download(
  repo_id="Kedreamix/Linly-Talker",
  resume_download=True,
  local_dir="Kedreamix/Linly-Talker",
  local_dir_use_symlinks=False,
#   proxies={"https": "http://localhost:7890"}
)