File size: 247 Bytes
ee933ab
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
def push_space():
    from huggingface_hub import HfApi
    api = HfApi()

    api.upload_folder(
        folder_path=".",
        repo_id="Aayush5665/FlakeForge",
        repo_type="space",
    )

# after training finishes
push_space()