Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alexnasa
/
PartCrafter
like
86
Running
on
Zero
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
alexnasa
commited on
24 days ago
Commit
751fa2a
·
verified
·
1 Parent(s):
c1fa643
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -414,4 +414,4 @@ if __name__ == "__main__":
414
demo = build_demo()
415
demo.unload(cleanup)
416
demo.queue()
417
-
demo.launch(
mcp_server=True
)
414
demo = build_demo()
415
demo.unload(cleanup)
416
demo.queue()
417
+
demo.launch()