File size: 217 Bytes
8d5568e
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
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"
)