DangMinh21 commited on
Commit
41e6476
·
verified ·
1 Parent(s): 88e213e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
79
 
80
  final_answer = FinalAnswerTool()
81
  search_tool = DuckDuckGoSearchTool()
82
- visit_webpage = visit_webpage()
83
 
84
  # 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:
85
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
 
79
 
80
  final_answer = FinalAnswerTool()
81
  search_tool = DuckDuckGoSearchTool()
82
+ visit_webpage = VisitWebpageTool()
83
 
84
  # 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:
85
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'