Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TencentARC
/
FreeSplatter
like
73
Running
on
Zero
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
bluestyle97
commited on
5 days ago
Commit
019515b
·
verified
·
1 Parent(s):
8db8641
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -80,4 +80,4 @@ with gr.Blocks(analytics_enabled=False, title='FreeSplatter Demo', theme=gr.them
80
81
gr.Markdown(_CITE_)
82
83
-
demo.launch()
80
81
gr.Markdown(_CITE_)
82
83
+
demo.launch(
share=True
)