George Sergia commited on
Commit
77e0dae
·
1 Parent(s): fd8c973

Comment unnecessary code

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -3,10 +3,10 @@ import gradio as gr
3
  import os
4
 
5
 
6
- with MCPClient(
7
- {f"url" : "https://abidlabs-mcp-tools2.hf.space/gradio_api/mcp/sse"}
8
- ) as tools:
9
- print("\n".join(f"{t.name}: {t.description}" for t in tools))
10
 
11
  from mcp import StdioServerParameters
12
  from smolagents import InferenceClientModel, CodeAgent, ToolCollection, MCPClient
 
3
  import os
4
 
5
 
6
+ #with MCPClient(
7
+ # {f"url" : "https://abidlabs-mcp-tools2.hf.space/gradio_api/mcp/sse"}
8
+ #) as tools:
9
+ # print("\n".join(f"{t.name}: {t.description}" for t in tools))
10
 
11
  from mcp import StdioServerParameters
12
  from smolagents import InferenceClientModel, CodeAgent, ToolCollection, MCPClient