AheedTahir commited on
Commit
800c815
·
verified ·
1 Parent(s): 3f87d11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -1,10 +1,6 @@
1
- from smolagents import (
2
- CodeAgent,
3
- DuckDuckGoSearchTool,
4
- load_tool,
5
- tool
6
- )
7
  from smolagents.models import InferenceClientModel
 
8
  from tools.final_answer import FinalAnswerTool
9
  from Gradio_UI import GradioUI
10
 
 
1
+ from smolagents import CodeAgent, DuckDuckGoSearchTool, load_tool, tool
 
 
 
 
 
2
  from smolagents.models import InferenceClientModel
3
+
4
  from tools.final_answer import FinalAnswerTool
5
  from Gradio_UI import GradioUI
6