Gradio / agent.py
largo
Working the deploy
59098b7
raw
history blame contribute delete
370 Bytes
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
]
}
],
)