from huggingface_hub import HfApi | |
api = HfApi() | |
api.upload_large_folder( | |
repo_id="duyan2803/car-dataset-repo-v3", | |
repo_type="dataset", | |
folder_path=".", | |
) |
from huggingface_hub import HfApi | |
api = HfApi() | |
api.upload_large_folder( | |
repo_id="duyan2803/car-dataset-repo-v3", | |
repo_type="dataset", | |
folder_path=".", | |
) |