cjb97 commited on
Commit
7111300
·
1 Parent(s): 22f9799

updatded imports

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,4 +1,6 @@
1
- from smolagents import CodeAgent, HfApiModel
 
 
2
  import yaml
3
  from tools import final_answer, get_weather, duck_duck_go_search
4
  from Gradio_UI import GradioUI
 
1
+ from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
2
+ import datetime
3
+ import requests
4
  import yaml
5
  from tools import final_answer, get_weather, duck_duck_go_search
6
  from Gradio_UI import GradioUI