Update app.py
Browse files
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
|