Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
simulate-explorer
/
Pendulum
like
0
Build error
App
Files
Files
Community
82795a5
Pendulum
/
app.py
TheXeos
Add gltf files and simple preview
82795a5
about 2 years ago
raw
Copy download link
history
blame
Safe
177 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
scene_preview = gr.Model3D(value=
"pendulum.gltf"
, clear_color=[
0.15
,
0.23
,
0.3
,
0.0
], label=
"Scene Preview"
)
demo.launch()