Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|