Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sivan22
/
sefaria-ref-finder
like
0
Sleeping
App
Files
Files
Community
c1fdc9d
sefaria-ref-finder
/
from huggingface_hub import HfApi.py
sivan22
Upload folder using huggingface_hub
5a3e088
verified
11 months ago
raw
Copy download link
history
blame
Safe
156 Bytes
from
huggingface_hub
import
HfApi
api = HfApi()
api.upload_folder(
folder_path=
"./"
,
repo_id=
"sivan22/sefaria-ref-finder"
,
repo_type=
"space"
,
)