MallikarjunSonna commited on
Commit
d49dab3
·
verified ·
1 Parent(s): 8a4130d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
- from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
2
  import datetime
3
  import pytz
4
- import yaml
5
  from tools.final_answer import FinalAnswerTool
6
  from Gradio_UI import GradioUI
7
  from transformers import pipeline
@@ -61,3 +61,4 @@ agent = CodeAgent(
61
 
62
  # Launch the Agent UI
63
  GradioUI(agent).launch()
 
 
1
+ from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool
2
  import datetime
3
  import pytz
4
+ yaml
5
  from tools.final_answer import FinalAnswerTool
6
  from Gradio_UI import GradioUI
7
  from transformers import pipeline
 
61
 
62
  # Launch the Agent UI
63
  GradioUI(agent).launch()
64
+