jbjbjb55 commited on
Commit
412ad61
·
verified ·
1 Parent(s): ff2c6b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
52
 
53
 
54
  final_answer = FinalAnswerTool()
55
- duck_duck_go_search = DuckDuckGoSearchTool
56
 
57
  model = HfApiModel(
58
  max_tokens=2096,
 
52
 
53
 
54
  final_answer = FinalAnswerTool()
55
+ duck_duck_go_search = DuckDuckGoSearchTool()
56
 
57
  model = HfApiModel(
58
  max_tokens=2096,