egrpo / scripts /huggingface /upload_hf.py
studyOverflow's picture
Add files using upload-large-folder tool
b171568 verified
raw
history blame contribute delete
190 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="data/Black-Myth-Taylor-Src",
repo_id="FastVideo/Image-Vid-Finetune-Src",
repo_type="dataset",
)