DTStudios commited on
Commit
b15cbb9
·
verified ·
1 Parent(s): 0301bf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -71,8 +71,6 @@ tool=[
71
  load_tool("agents-course/text-to-image", trust_remote_code=True),
72
  ]
73
 
74
- agent_tools = [entry["tool"] for entry in tool_registry.values() if entry["enabled"]
75
- ]
76
  # --- Agent setup ---
77
  agent = CodeAgent(
78
  tools=tools,
 
71
  load_tool("agents-course/text-to-image", trust_remote_code=True),
72
  ]
73
 
 
 
74
  # --- Agent setup ---
75
  agent = CodeAgent(
76
  tools=tools,