Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
simulate-tests
/
Lantern
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Lantern
/
app.py
thomwolf
HF Staff
add git files
fcba248
about 3 years ago
raw
Copy download link
history
blame
contribute
delete
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
)