Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
ilcve21/Sparc3D
noahtheboa
/
Sparc3D
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ilcve21
commited on
Sep 3, 2025
Commit
70d56c8
·
verified
·
1 Parent(s):
91043df
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -62,3 +62,6 @@ with gr.Blocks(js=script) as demo:
62
gr.HTML(html)
63
gr.Markdown(_CITE_)
64
62
gr.HTML(html)
63
gr.Markdown(_CITE_)
64
65
+
if __name__ == "__main__":
66
+
demo.launch()
67
+