Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kairunwen
/
InstantSplat
like
122
Runtime error
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
05a0d9f
InstantSplat
/
app.py
kairunwen
update app
05a0d9f
over 1 year ago
raw
Copy download link
history
blame
Safe
139 Bytes
import
gradio
as
gr
import
os
import
spaces
token = os.getenv(
"HF_TOKEN"
)
gr.load(
"kairunwen/tmp"
, hf_token=token, src=
"spaces"
).launch()