car-dataset-repo-v3 / push_hg.py
duyan2803's picture
Add files using upload-large-folder tool
6305384 verified
raw
history blame contribute delete
166 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_large_folder(
repo_id="duyan2803/car-dataset-repo-v3",
repo_type="dataset",
folder_path=".",
)