Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ from langchain_core.messages import HumanMessage
|
|
10 |
|
11 |
# Import our custom tools from their modules
|
12 |
from langchain_community.tools import DuckDuckGoSearchRun
|
|
|
13 |
|
14 |
|
15 |
|
|
|
10 |
|
11 |
# Import our custom tools from their modules
|
12 |
from langchain_community.tools import DuckDuckGoSearchRun
|
13 |
+
from smolagents import GradioUI, CodeAgent, HfApiModel
|
14 |
|
15 |
|
16 |
|