uuidenny commited on
Commit
d7786fb
·
verified ·
1 Parent(s): c431bac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from smolagents import InferenceClientModel, CodeAgent, MCPClient
6
 
7
  try:
8
  mcp_client = MCPClient(
9
- {"url": os.environ['MCP_SERVER_URL']}
10
  )
11
  tools = mcp_client.get_tools()
12
 
 
6
 
7
  try:
8
  mcp_client = MCPClient(
9
+ {"url": "https://uuidenny-sentiment.hf.space/gradio_api/mcp/sse"}
10
  )
11
  tools = mcp_client.get_tools()
12