MountainCar / app.py
TheXeos's picture
Update background color
66a6ed0
raw
history blame contribute delete
180 Bytes
import gradio as gr
with gr.Blocks() as demo:
scene_preview = gr.Model3D(value="mountaincar.gltf", clear_color=[0.15, 0.23, 0.3, 0.0], label="Scene Preview")
demo.launch()