Spaces:
Sleeping
Sleeping
updatded imports
Browse files
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
|