Andrew-Gl commited on
Commit
f4efcd3
·
1 Parent(s): 6ad9154
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from smolagents import InferenceClientModel, CodeAgent, MCPClient
7
  try:
8
 
9
  mcp_client = MCPClient(
10
- {"url": "https://abidlabs-mcp-tool-http.hf.space/gradio_api/mcp/sse"}
11
  # This is the MCP Client we created in the previous section
12
  )
13
  tools = mcp_client.get_tools()
 
7
  try:
8
 
9
  mcp_client = MCPClient(
10
+ {"url": "https://andrew-gl-mcp-sentiment.hf.space/gradio_api/mcp/sse"}
11
  # This is the MCP Client we created in the previous section
12
  )
13
  tools = mcp_client.get_tools()