Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
simulate-tests
/
BoxTextured
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e5b3580
BoxTextured
/
app.py
thomwolf
HF staff
add git files
e03f3fe
almost 3 years ago
raw
Copy download link
history
blame
Safe
134 Bytes
import
gradio
as
gr
import
os
print
(os.getcwd())
with
gr.Blocks()
as
demo:
gr.Model3D(
"scene.glb"
)
demo.launch(inbrowser=
True
)