hadidev commited on
Commit
ec42da6
·
verified ·
1 Parent(s): fad1f0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from smolagents import InferenceClientModel, CodeAgent, ToolCollection, MCPClien
8
  try:
9
  mcp_client = MCPClient(
10
  {
11
- "url": "http://localhost:7860/gradio_api/mcp/sse"
12
  } # This is the MCP Server we created in the previous section
13
  )
14
  tools = mcp_client.get_tools()
 
8
  try:
9
  mcp_client = MCPClient(
10
  {
11
+ "url": "https://abidlabs-mcp-tools2.hf.space/gradio_api/mcp/sse"
12
  } # This is the MCP Server we created in the previous section
13
  )
14
  tools = mcp_client.get_tools()