Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bstraehle
/
grady
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bstraehle
commited on
May 11
Commit
4f70742
·
verified
·
1 Parent(s):
9bf7227
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -111,4 +111,4 @@ with gr.Blocks() as gaia:
111
cache_examples=False
112
)
113
114
-
gaia.launch()
111
cache_examples=False
112
)
113
114
+
gaia.launch(
mcp_server=True
)