Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from smolagents import InferenceClientModel, CodeAgent, MCPClient
|
|
6 |
|
7 |
try:
|
8 |
mcp_client = MCPClient(
|
9 |
-
{"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 |
|