File size: 202 Bytes
475273d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from huggingface_hub import HfApi

api = HfApi()
api.upload_large_folder(
    folder_path=r"D:\learn_torch\Exploration_Platform",
    repo_id="HZSDU/Exploration_Platform",
    repo_type="model"
)