Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nvidia
/
addit
like
108
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
YoadTew
commited on
29 days ago
Commit
d9302fd
·
1 Parent(s):
d66d2b1
Fix error with mcp
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -569,5 +569,5 @@ demo.launch(
569
server_name="0.0.0.0",
570
server_port=7860,
571
share=True,
572
-
mcp_server=
True
573
)
569
server_name="0.0.0.0",
570
server_port=7860,
571
share=True,
572
+
mcp_server=
False
573
)