Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
4D-Humans
like
1
Model card
Files
Files and versions
xet
Community
1
main
4D-Humans
/
HMR2
/
upload_logs.py
camenduru
thanks to brjathu ❤
409f4af
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
142 Bytes
from
huggingface_hub
import
HfApi
api = HfApi()
api.upload_folder(
folder_path=
"logs"
,
repo_id=
"brjathu/HMR"
,
repo_type=
"space"
,
)