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