largo commited on
Commit
59098b7
·
1 Parent(s): 90edf40

Working the deploy

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -10,7 +10,7 @@ agent = Agent(
10
  "command": "npx",
11
  "args": [
12
  "mcp-remote",
13
- "http://localhost:7860/gradio_api/mcp/sse" # Your Gradio MCP server
14
  ]
15
  }
16
  ],
 
10
  "command": "npx",
11
  "args": [
12
  "mcp-remote",
13
+ "https://nextfetchball-mcp-sentiment.hf.space/gradio_api/mcp/sse" # Your Gradio MCP server
14
  ]
15
  }
16
  ],