Elifslh commited on
Commit
1a1ce1b
·
verified ·
1 Parent(s): 3a921e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1,13 +1,11 @@
1
- from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
2
  import datetime
3
  import requests
4
  import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
- from forex_python.converter import CurrencyRates
8
- from Gradio_UI import GradioUI
9
-
10
 
 
11
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
12
  @tool
13
  def my_custom_tool(
 
1
+ from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
2
  import datetime
3
  import requests
4
  import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
 
 
 
7
 
8
+ from Gradio_UI import GradioUI
9
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
10
  @tool
11
  def my_custom_tool(