Spaces:
Sleeping
Sleeping
File size: 156 Bytes
5a3e088 |
1 2 3 4 5 6 7 8 |
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="./",
repo_id="sivan22/sefaria-ref-finder",
repo_type="space",
) |