Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,8 +49,7 @@ image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_co
|
|
| 49 |
|
| 50 |
# Load system prompt from prompt.yaml file
|
| 51 |
with open("prompts.yaml", 'r') as stream:
|
| 52 |
-
prompt_templates = yaml.safe_load(stream)
|
| 53 |
-
|
| 54 |
|
| 55 |
print("prompt_templates ====>", prompt_templates )
|
| 56 |
|
|
|
|
| 49 |
|
| 50 |
# Load system prompt from prompt.yaml file
|
| 51 |
with open("prompts.yaml", 'r') as stream:
|
| 52 |
+
prompt_templates = yaml.safe_load(stream)
|
|
|
|
| 53 |
|
| 54 |
print("prompt_templates ====>", prompt_templates )
|
| 55 |
|