Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
simulate-explorer
/
BasicMaze
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
BasicMaze
/
app.py
TheXeos
Add gltf files and simple preview
797c0f7
over 3 years ago
raw
Copy download link
history
blame
contribute
delete
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()