nyarunyarunya's picture
Upload folder using huggingface_hub
4f7b5ea 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",
)