Linly / scripts /huggingface_download.py
thepianist9's picture
Upload folder using huggingface_hub
79f9f38 verified
raw
history blame contribute delete
No virus
322 Bytes
# 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"}
)