Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bstraehle
/
multi-agent-ai-autogen-coding
like
15
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bstraehle
commited on
5 days ago
Commit
f4f6a84
·
verified
·
1 Parent(s):
fe7cf1b
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=output
56
)
57
58
-
assistant.launch()
55
outputs=output
56
)
57
58
+
assistant.launch(
mcp_server=True
)