InstantSplat / app.py
kairunwen's picture
update app
05a0d9f
raw
history blame
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()