Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bstraehle
/
agentic-ai
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bstraehle
commited on
May 25
Commit
50b289a
·
verified
·
1 Parent(s):
2ddda0b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -105,4 +105,4 @@ demo = gr.Interface(
105
description = os.environ["DESCRIPTION"]
106
)
107
108
-
demo.launch()
105
description = os.environ["DESCRIPTION"]
106
)
107
108
+
demo.launch(
mcp_server=True
)