File size: 221 Bytes
de6747a
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from huggingface_hub import HfApi
api = HfApi()

api.upload_folder(
    folder_path="./",
    repo_id="Bdyskov/Mesh2Face",
    repo_type="dataset",
    run_as_future=False # 强制同步执行,避免异步堆积内存
)