Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import random
|
|
3 |
from smolagents import GradioUI, CodeAgent, HfApiModel
|
4 |
|
5 |
# Import our custom tools from their modules
|
6 |
-
from tools import DuckDuckGoSearchTool, WeatherInfoTool, HubStatsTool
|
7 |
from retriever import load_guest_dataset
|
8 |
|
9 |
# Initialize the Hugging Face model
|
|
|
3 |
from smolagents import GradioUI, CodeAgent, HfApiModel
|
4 |
|
5 |
# Import our custom tools from their modules
|
6 |
+
from tools import DuckDuckGoSearchTool, WeatherInfoTool, HubStatsTool, NewsTool
|
7 |
from retriever import load_guest_dataset
|
8 |
|
9 |
# Initialize the Hugging Face model
|