Spaces:
No application file
No application file
Update app.py
Browse files
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()
|