Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
simulate-explorer
/
BasicMaze
like
0
Runtime error
App
Files
Files
Community
797c0f7
BasicMaze
/
app.py
TheXeos
Add gltf files and simple preview
797c0f7
about 2 years ago
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()