Spaces:
Sleeping
Sleeping
reformatting whitespace.
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_co
|
|
| 70 |
|
| 71 |
with open("prompts.yaml", 'r') as stream:
|
| 72 |
prompt_templates = yaml.safe_load(stream)
|
| 73 |
-
|
| 74 |
agent = CodeAgent(
|
| 75 |
model=model,
|
| 76 |
tools=[final_answer, DuckDuckGoSearchTool(), image_generation_tool,
|
|
|
|
| 70 |
|
| 71 |
with open("prompts.yaml", 'r') as stream:
|
| 72 |
prompt_templates = yaml.safe_load(stream)
|
| 73 |
+
|
| 74 |
agent = CodeAgent(
|
| 75 |
model=model,
|
| 76 |
tools=[final_answer, DuckDuckGoSearchTool(), image_generation_tool,
|