Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts-samples/base-space
hysts-debug
/
model3d-rendering-area-collapsed
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ea5fbd7
model3d-rendering-area-collapsed
/
app.py
hysts
HF Staff
Super-squash branch 'main' using huggingface_hub
ea5fbd7
over 1 year ago
raw
Copy download link
history
blame
Safe
133 Bytes
#!/usr/bin/env python
import
gradio
as
gr
with
gr.Blocks()
as
demo:
pass
if
__name__ ==
"__main__"
:
demo.queue().launch()