ecom_agent / deploy_file.py
fmr-aeg's picture
Upload folder using huggingface_hub
7df28e5 verified
raw
history blame contribute delete
154 Bytes
from huggingface_hub import HfApi
repo_id = "fmr-aeg/ecom_agent"
api = HfApi()
api.upload_folder(repo_id=repo_id, repo_type="space", folder_path=".")