t2m / deploy.py
dungntdz's picture
Add files using upload-large-folder tool
8d5568e verified
Raw
History Blame Contribute Delete
217 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_large_folder(
folder_path="E:/HUST-PROJECT/T2M-GPT", # hoặc là thư mục con bạn vừa tạo
repo_id="dungntdz/t2m",
repo_type="model"
)