hg_demo / upload_huggingface.py
88hours's picture
Upload folder using huggingface_hub
17934c8 verified
from huggingface_hub import HfApi
api = HfApi()
api.upload_large_folder(
repo_id="88hours/hg_demo",
repo_type="space",
folder_path="./",
)