from huggingface_hub import login
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import inspect
|
|
| 5 |
import pandas as pd
|
| 6 |
|
| 7 |
# Import our custom tools from their modules
|
|
|
|
| 8 |
from smolagents import CodeAgent, InferenceClientModel
|
| 9 |
from tools import DuckDuckGoSearchTool, WeatherInfoTool, HubStatsTool
|
| 10 |
from retriever import load_guest_dataset
|
|
|
|
| 5 |
import pandas as pd
|
| 6 |
|
| 7 |
# Import our custom tools from their modules
|
| 8 |
+
from huggingface_hub import login
|
| 9 |
from smolagents import CodeAgent, InferenceClientModel
|
| 10 |
from tools import DuckDuckGoSearchTool, WeatherInfoTool, HubStatsTool
|
| 11 |
from retriever import load_guest_dataset
|