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