4D-Humans / HMR2 /upload_logs.py
camenduru's picture
thanks to brjathu ❤
409f4af
raw
history blame contribute delete
142 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="logs",
repo_id="brjathu/HMR",
repo_type="space",
)