background-removal-arena-v0 / upload-data.py
tdurbor's picture
Upload folder using huggingface_hub
c8d8760 verified
raw
history blame contribute delete
206 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_file(
path_or_fileobj="data/resized/",
path_in_repo="data/resized/",
repo_id="bgsys/background-removal-arena",
repo_type="space"
)