cat_video_audio / upload.py
Ashen0li's picture
Add files using upload-large-folder tool
ec897e4 verified
Raw
History Blame Contribute Delete
195 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_large_folder(
repo_id="Ashen0li/cat_video_audio",
repo_type="dataset",
folder_path=r"D:\CS\cat\cat_video_audio",
)