docker_test21 / push_dataset.py
jingyangcarl's picture
update
5c9c729
raw
history blame contribute delete
223 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="./examples",
repo_id="jingyangcarl/docker_test21",
repo_type="space",
path_in_repo="examples", # Upload to a specific folder
)