Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alexnasa
/
PartCrafter
like
82
Running
on
Zero
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Solves 500 error for some users
#3
by
Tonic
- opened
9 days ago
base:
refs/heads/main
←
from:
refs/pr/3
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -375,4 +375,4 @@ if __name__ == "__main__":
375
demo = build_demo()
376
demo.unload(cleanup)
377
demo.queue()
378
-
demo.launch()
375
demo = build_demo()
376
demo.unload(cleanup)
377
demo.queue()
378
+
demo.launch(
ssr_mode=False
)