ABDALLALSWAITI commited on
Commit
0c6ca7b
·
verified ·
1 Parent(s): 70aefe4

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 LiteLLMModel
8
 
9
  try:
10
  mcp_client = MCPClient(
11
- {"url": "http://localhost:7860/gradio_api/mcp/sse"} # This is the MCP Server we created in the previous section
12
  )
13
  tools = mcp_client.get_tools()
14
 
 
8
 
9
  try:
10
  mcp_client = MCPClient(
11
+ {"url": "https://abdallalswaiti-mcp-sentiment.hf.space/gradio_api/mcp/sse"} # This is the MCP Server we created in the previous section
12
  )
13
  tools = mcp_client.get_tools()
14