jlgarbi commited on
Commit
fa592f7
·
verified ·
1 Parent(s): f2c74f5

Fix imports

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -7,8 +7,6 @@ from tools.final_answer import FinalAnswerTool
7
 
8
  from Gradio_UI import GradioUI
9
 
10
- from smolagents import Agent, tool
11
-
12
  @tool
13
  def recommend_pet(personality: str) -> str:
14
  """A tool that recommends a pet based on your personality description.
 
7
 
8
  from Gradio_UI import GradioUI
9
 
 
 
10
  @tool
11
  def recommend_pet(personality: str) -> str:
12
  """A tool that recommends a pet based on your personality description.