Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Maximelat
/
testmax
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
testmax
/
app.py
Maximelat
Create app.py
0d44f43
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
165 Bytes
from
huggingface_hub
import
hf_hub_download
MODEL_CKPT_PATH = hf_hub_download(repo_id=
"VAST-AI/TriplaneGaussian"
, filename=
"model_lvis_rel.ckpt"
, repo_type=
"model"
)