Skip to content

Commit a53f787

Browse files
authored
Update gradio-client.mdx
import code refactor
1 parent b6b70a5 commit a53f787

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

units/en/unit2/gradio-client.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ Here's the complete example of the MCP Client in Gradio:
7878
import gradio as gr
7979

8080
from mcp.client.stdio import StdioServerParameters
81-
from smolagents import ToolCollection, CodeAgent
82-
from smolagents import CodeAgent, InferenceClientModel
81+
from smolagents import InferenceClientModel, CodeAgent, ToolCollection
8382
from smolagents.mcp_client import MCPClient
8483

8584

0 commit comments

Comments
 (0)