ba58c9b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import os import time from tqdm import tqdm from huggingface_hub import HfApi # 初始化 API api = HfApi() api.upload_large_folder( repo_id="jamesqijingsong/zidian", repo_type="dataset", folder_path="./images", path_in_repo="image", )