Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ilcve21
/
Sparc3D
like
1.44k
Running
App
Files
Files
Community
30
Fetching metadata from the HF Docker repository...
ilcve21
commited on
9 days ago
Commit
d1f1b9a
·
verified
·
1 Parent(s):
5b0e106
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -62,5 +62,5 @@ with gr.Blocks(js=script) as demo:
62
gr.HTML(html)
63
gr.Markdown(_CITE_)
64
65
-
66
-
62
gr.HTML(html)
63
gr.Markdown(_CITE_)
64
65
+
if __name__ == "__main__":
66
+
demo.launch()