Spaces:
Running
Running
File size: 169 Bytes
db5acaf |
1 2 3 4 5 6 7 8 |
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="/workspaces/fastsdcpu/src",
repo_id="michaelj/testlcm",
repo_type="space",
) |