AheedTahir commited on
Commit
3f87d11
·
verified ·
1 Parent(s): 7ac47ff

Update app.py

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