Edenbaba commited on
Commit
47d7657
·
verified ·
1 Parent(s): 7d00791

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -118,9 +118,10 @@ image_generation_tool2 = Tool.from_space(
118
  final_answer = FinalAnswerTool()
119
  web_search = DuckDuckGoSearchTool()
120
  visit_webpage = VisitWebpageTool()
121
- # google_search_tool = GoogleSearchTool()
122
  python_tool = PythonInterpreterTool()
123
 
 
 
124
  # If the agent does not answer, the model is overloaded,please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
125
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
126
 
 
118
  final_answer = FinalAnswerTool()
119
  web_search = DuckDuckGoSearchTool()
120
  visit_webpage = VisitWebpageTool()
 
121
  python_tool = PythonInterpreterTool()
122
 
123
+ google_search_tool = GoogleSearchTool()
124
+
125
  # If the agent does not answer, the model is overloaded,please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
126
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
127