david-clifford commited on
Commit
8e6b647
·
verified ·
1 Parent(s): 64030fc

Debugging - remove image_generation_tool

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)