ChaosBot commited on
Commit
73e3494
·
verified ·
1 Parent(s): b901932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -88,8 +88,6 @@ custom_role_conversions=None,
88
  # Import tool from Hub
89
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
90
 
91
- web_search = load_tool("agents-course/web_search", trust_remote_code=True)
92
-
93
  with open("prompts.yaml", 'r') as stream:
94
  prompt_templates = yaml.safe_load(stream)
95
 
 
88
  # Import tool from Hub
89
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
90
 
 
 
91
  with open("prompts.yaml", 'r') as stream:
92
  prompt_templates = yaml.safe_load(stream)
93