CindyDelage commited on
Commit
b3526f5
·
verified ·
1 Parent(s): fc11a22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ try:
9
  mcp_client = MCPClient(
10
  ## Try this working example on the hub:
11
  # {"url": "https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse"}
12
- {"url": "https://194d09441f73ae58e0.gradio.live/mcp/sse"}
13
  )
14
  tools = mcp_client.get_tools()
15
 
 
9
  mcp_client = MCPClient(
10
  ## Try this working example on the hub:
11
  # {"url": "https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse"}
12
+ {"url": "https://a1ccbfba03567f4c5e.gradio.live/gradio_api/mcp/sse"}
13
  )
14
  tools = mcp_client.get_tools()
15