Iamvincent commited on
Commit
9efc00d
·
verified ·
1 Parent(s): 39db7c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,8 +19,8 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
19
  import openai
20
 
21
  # ‑‑‑ smol‑agents base imports (provided by the framework) ‑‑‑
 
22
  from smolagents import (
23
- Tool,
24
  CodeAgent,
25
  DuckDuckGoSearchTool,
26
  WikipediaSearchTool,
 
19
  import openai
20
 
21
  # ‑‑‑ smol‑agents base imports (provided by the framework) ‑‑‑
22
+ from smolagents.tools import PipelineTool, Tool
23
  from smolagents import (
 
24
  CodeAgent,
25
  DuckDuckGoSearchTool,
26
  WikipediaSearchTool,