File size: 165 Bytes
7698833
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from huggingface_hub import HfApi
api = HfApi()

api.upload_folder(
    folder_path="./out/legalLLM-hf/",
    repo_id="mehrdad-es/legalLLM",
    repo_type="space"
)