Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bstraehle
/
multi-agent-ai-langgraph
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bstraehle
commited on
29 days ago
Commit
179f5e2
·
verified
·
1 Parent(s):
cd91464
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ with gr.Blocks() as assistant:
55
outputs=article
56
)
57
58
-
assistant.launch()
55
outputs=article
56
)
57
58
+
assistant.launch(
mcp_server=True
)