Debugging - remove image_generation_tool
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ custom_role_conversions=None,
|
|
44 |
|
45 |
|
46 |
# Import tool from Hub
|
47 |
-
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
48 |
|
49 |
with open("prompts.yaml", 'r') as stream:
|
50 |
prompt_templates = yaml.safe_load(stream)
|
|
|
44 |
|
45 |
|
46 |
# Import tool from Hub
|
47 |
+
#image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
48 |
|
49 |
with open("prompts.yaml", 'r') as stream:
|
50 |
prompt_templates = yaml.safe_load(stream)
|