We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b70a5 commit a53f787Copy full SHA for a53f787
units/en/unit2/gradio-client.mdx
@@ -78,8 +78,7 @@ Here's the complete example of the MCP Client in Gradio:
78
import gradio as gr
79
80
from mcp.client.stdio import StdioServerParameters
81
-from smolagents import ToolCollection, CodeAgent
82
-from smolagents import CodeAgent, InferenceClientModel
+from smolagents import InferenceClientModel, CodeAgent, ToolCollection
83
from smolagents.mcp_client import MCPClient
84
85
0 commit comments