mmichiels13 commited on
Commit
313d55c
·
verified ·
1 Parent(s): 7818109

Remove ImageQATool

Browse files
Files changed (1) hide show
  1. tools.py +1 -4
tools.py CHANGED
@@ -1,4 +1,4 @@
1
- from smolagents import DuckDuckGoSearchTool, VisitWebpageTool, FinalAnswerTool, ImageQATool, GoogleSearchTool
2
  from smolagents import Tool, tool
3
  import random
4
  from huggingface_hub import list_models
@@ -16,9 +16,6 @@ visit_webpage = VisitWebpageTool()
16
 
17
  final_answer = FinalAnswerTool()
18
 
19
- image_qa = ImageQATool()
20
-
21
-
22
  class WeatherInfoTool(Tool):
23
  name = "weather_info"
24
  description = "Fetches dummy weather information for a given location."
 
1
+ from smolagents import DuckDuckGoSearchTool, VisitWebpageTool, FinalAnswerTool, GoogleSearchTool
2
  from smolagents import Tool, tool
3
  import random
4
  from huggingface_hub import list_models
 
16
 
17
  final_answer = FinalAnswerTool()
18
 
 
 
 
19
  class WeatherInfoTool(Tool):
20
  name = "weather_info"
21
  description = "Fetches dummy weather information for a given location."