Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Didier
/
Learning_Google_Agent_Development_Kit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Didier
commited on
Oct 22, 2025
Commit
e36edf8
·
verified
·
1 Parent(s):
d038d9e
Disable API access
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,4 +18,4 @@ demo = gr.TabbedInterface(
18
title="Google Agent Development Kit (google-adk)"
19
)
20
21
-
demo.launch(
mcp_server
=
True
)
18
title="Google Agent Development Kit (google-adk)"
19
)
20
21
+
demo.launch(
show_api
=
False
)