Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kairunwen
/
InstantSplat
like
68
Runtime error
App
Files
Files
Community
4
1669ec5
InstantSplat
/
app.py
kairunwen
init
1669ec5
8 months ago
raw
Copy download link
history
blame
Safe
110 Bytes
import
gradio
as
gr
import
os
token = os.getenv(
"HF_TOKEN"
)
gr.load(
"kairunwen/tmp"
, hf_token=token).launch()