Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Nymbo/TripoSR
michaelj
/
TripoSR
like
0
Runtime error
App
Files
Files
Community
main
TripoSR
/
upload.py
michaelj
Upload folder using huggingface_hub
a12b8d1
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
163 Bytes
from
huggingface_hub
import
HfApi
api = HfApi()
api.upload_folder(
folder_path=
"/workspaces/TripoSR"
,
repo_id=
"michaelj/TripoSR"
,
repo_type=
"space"
,
)