InstantSplat / app.py
kairunwen's picture
init
1669ec5
raw
history blame
110 Bytes
import gradio as gr
import os
token = os.getenv("HF_TOKEN")
gr.load("kairunwen/tmp", hf_token=token).launch()