Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ilcve21
/
Sparc3D
like
1.44k
Running
App
Files
Files
Community
28
Fetching metadata from the HF Docker repository...
ilcve21
commited on
7 days ago
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
+