sefaria-ref-finder / from huggingface_hub import HfApi.py
sivan22's picture
Upload folder using huggingface_hub
5a3e088 verified
raw
history blame contribute delete
156 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="./",
repo_id="sivan22/sefaria-ref-finder",
repo_type="space",
)