uuidenny commited on
Commit
2a6ee11
·
verified ·
1 Parent(s): a2eca9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,