Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,6 +54,7 @@ wikipedia_tool = Tool.from_function(
|
|
| 54 |
input_schema={"query": {"type": "string", "description": "Search query"}},
|
| 55 |
output_type="string",
|
| 56 |
forward=lambda query: WikipediaSearcher().search(query)
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
tools = [audio_tool, image_tool, wikipedia_tool]
|
|
|
|
| 54 |
input_schema={"query": {"type": "string", "description": "Search query"}},
|
| 55 |
output_type="string",
|
| 56 |
forward=lambda query: WikipediaSearcher().search(query)
|
| 57 |
+
)
|
| 58 |
|
| 59 |
|
| 60 |
tools = [audio_tool, image_tool, wikipedia_tool]
|