mmichiels13 commited on
Commit
567f306
·
verified ·
1 Parent(s): 1f611d9

from huggingface_hub import login

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