Syrgak33 commited on
Commit
871d4fa
·
verified ·
1 Parent(s): f94237f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -90,9 +90,9 @@ class OpalAgent:
90
 
91
  # Load tools - search, QA, image captioning
92
  self.tools = [
93
- DuckDuckGoSearchTool(),
94
- load_tool("image-captioning", trust_remote_code=True),
95
- load_tool("image-question-answering", trust_remote_code=True)
96
  ]
97
 
98
  # Add answer simplification tool
 
90
 
91
  # Load tools - search, QA, image captioning
92
  self.tools = [
93
+ DuckDuckGoSearchTool()
94
+ # load_tool("image-captioning", trust_remote_code=True),
95
+ # load_tool("image-question-answering", trust_remote_code=True)
96
  ]
97
 
98
  # Add answer simplification tool