Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
simulate-explorer
/
BasicMaze
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
797c0f7
BasicMaze
/
app.py
Last commit not found
raw
Copy download link
history
blame
Safe
178 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
scene_preview = gr.Model3D(value=
"basicmaze.gltf"
, clear_color=[
0.15
,
0.23
,
0.3
,
0.0
], label=
"Scene Preview"
)
demo.launch()