patopla commited on
Commit
2b0ee1e
·
verified ·
1 Parent(s): 0d5be5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ from smolagents import GradioUI, CodeAgent, HfApiModel
4
 
5
  # Import our custom tools from their modules
6
  from tools import DuckDuckGoSearchTool, CurrencyConverterTool
7
- from retriever import load_guest_dataset
8
 
9
  # Initialize the Hugging Face model
10
  model = HfApiModel()
 
4
 
5
  # Import our custom tools from their modules
6
  from tools import DuckDuckGoSearchTool, CurrencyConverterTool
 
7
 
8
  # Initialize the Hugging Face model
9
  model = HfApiModel()