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...
8d30a17
InstantSplat
/
app.py
kairunwen
update app
8d30a17
about 1 year ago
raw
Copy download link
history
blame
Safe
195 Bytes
import
gradio
as
gr
import
os
token = os.getenv(
"HF_TOKEN"
)
read_key = os.environ.get(
'hf_space_api_key'
,
None
)
gr.load(
"kairunwen/tmp"
, api_key=read_key, hf_token=token, src=
"spaces"
).launch()