frwagner commited on
Commit
8ae1f77
·
verified ·
1 Parent(s): 2beef55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ custom_role_conversions=None,
77
 
78
 
79
  # Import tool from Hub
80
- image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
81
 
82
  with open("prompts.yaml", 'r') as stream:
83
  prompt_templates = yaml.safe_load(stream)
 
77
 
78
 
79
  # Import tool from Hub
80
+ #google_scholar_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
81
 
82
  with open("prompts.yaml", 'r') as stream:
83
  prompt_templates = yaml.safe_load(stream)