testlcm / upload.py
michaelj's picture
Upload folder using huggingface_hub
db5acaf
raw
history blame contribute delete
No virus
169 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="/workspaces/fastsdcpu/src",
repo_id="michaelj/testlcm",
repo_type="space",
)