Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
murdadesmaeeli
/
legalLLM
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
legalLLM
/
pushToHub.py
Mehrdad Esmaeili
Upload folder using huggingface_hub
7698833
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
165 Bytes
from
huggingface_hub
import
HfApi
api = HfApi()
api.upload_folder(
folder_path=
"./out/legalLLM-hf/"
,
repo_id=
"mehrdad-es/legalLLM"
,
repo_type=
"space"
)