Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
bstraehle/multi-agent-ai-crewai
awacke1
/
multi-agent-ai-crewai
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bstraehle
commited on
May 25
Commit
9e04b26
·
verified
·
1 Parent(s):
ae0346f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -63,4 +63,4 @@ with gr.Blocks() as assistant:
63
outputs=article
64
)
65
66
-
assistant.launch()
63
outputs=article
64
)
65
66
+
assistant.launch(
mcp_server=True
)