File size: 190 Bytes
4f7b5ea
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
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",
)