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