Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pharma-IA/Demo_MCP_Server_MIT
pharmaia
/
Demo_MCP_Server_Spotify
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
geronimo-pericoli
commited on
May 7, 2025
Commit
b9837d4
·
verified
·
1 Parent(s):
8df00df
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -299,4 +299,4 @@ demo = gr.TabbedInterface(
299
["ArXiv", "Retrievers", "Tavily"]
300
)
301
302
-
demo.launch()
299
["ArXiv", "Retrievers", "Tavily"]
300
)
301
302
+
demo.launch(
mcp_server=True
)