Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -303,8 +303,7 @@ custom_role_conversions=None,
|
|
| 303 |
)
|
| 304 |
|
| 305 |
|
| 306 |
-
|
| 307 |
-
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
| 308 |
|
| 309 |
with open("prompts.yaml", 'r') as stream:
|
| 310 |
prompt_templates = yaml.safe_load(stream)
|
|
|
|
| 303 |
)
|
| 304 |
|
| 305 |
|
| 306 |
+
|
|
|
|
| 307 |
|
| 308 |
with open("prompts.yaml", 'r') as stream:
|
| 309 |
prompt_templates = yaml.safe_load(stream)
|