Spaces:
Runtime error
Runtime error
File size: 370 Bytes
99b2259 59098b7 99b2259 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
import os
from huggingface_hub import Agent
agent = Agent(
model="Qwen/Qwen2.5-72B-Instruct",
provider="nebius",
servers=[
{
"command": "npx",
"args": [
"mcp-remote",
"https://nextfetchball-mcp-sentiment.hf.space/gradio_api/mcp/sse" # Your Gradio MCP server
]
}
],
)
|