File size: 142 Bytes
9c71efd
 
 
 
 
 
 
1
2
3
4
5
6
7
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
    folder_path="logs",
    repo_id="brjathu/HMR",
    repo_type="space",
)