Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
model3d_component_main
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a46bcc1
model3d_component_main
/
run.py
aliabd
HF Staff
Upload with huggingface_hub
4517b86
over 2 years ago
raw
Copy download link
history
blame
Safe
178 Bytes
import
gradio
as
gr
css =
"footer {display: none !important;} .gradio-container {min-height: 0px !important;}"
with
gr.Blocks(css=css)
as
demo:
gr.Model3D()
demo.launch()