Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ try:
|
|
| 11 |
)
|
| 12 |
tools = mcp_client.get_tools()
|
| 13 |
|
| 14 |
-
model = InferenceClientModel(
|
| 15 |
agent = CodeAgent(tools=[*tools], model=model)
|
| 16 |
|
| 17 |
demo = gr.ChatInterface(
|
|
|
|
| 11 |
)
|
| 12 |
tools = mcp_client.get_tools()
|
| 13 |
|
| 14 |
+
model = InferenceClientModel()
|
| 15 |
agent = CodeAgent(tools=[*tools], model=model)
|
| 16 |
|
| 17 |
demo = gr.ChatInterface(
|