Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
brjathu
/
HMR2.0
like
81
Runtime error
App
Files
Files
Community
12
9c71efd
HMR2.0
/
upload_logs.py
brjathu
Adding HF files
9c71efd
over 1 year ago
raw
Copy download link
history
blame
Safe
142 Bytes
from
huggingface_hub
import
HfApi
api = HfApi()
api.upload_folder(
folder_path=
"logs"
,
repo_id=
"brjathu/HMR"
,
repo_type=
"space"
,
)