Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
VAST-AI/HoloPart
fffiloni
/
HoloPart-stable-working-demo
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fffiloni
commited on
5 days ago
Commit
9cb22de
·
verified
·
1 Parent(s):
3ff6531
disable SSR mode
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -245,4 +245,4 @@ with gr.Blocks(title="HoloPart") as demo:
245
demo.load(start_session)
246
demo.unload(end_session)
247
248
-
demo.launch()
245
demo.load(start_session)
246
demo.unload(end_session)
247
248
+
demo.launch(
ssr_mode=False
)