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