Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from smolagents import GradioUI, CodeAgent, HfApiModel, LiteLLMModel
|
|
5 |
# Import our custom tools from their modules
|
6 |
from tools import DuckDuckGoSearchTool, WeatherInfoTool, HubStatsTool
|
7 |
from retriever import load_guest_dataset
|
|
|
8 |
|
9 |
#model = HfApiModel(
|
10 |
# max_tokens=2096,
|
|
|
5 |
# Import our custom tools from their modules
|
6 |
from tools import DuckDuckGoSearchTool, WeatherInfoTool, HubStatsTool
|
7 |
from retriever import load_guest_dataset
|
8 |
+
from huggingface_hub import HfApi
|
9 |
|
10 |
#model = HfApiModel(
|
11 |
# max_tokens=2096,
|