jarguello76 commited on
Commit
877c62d
·
verified ·
1 Parent(s): 3a13e3e

Update app.py

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