Datawithsarah commited on
Commit
426c595
·
1 Parent(s): 70e2d70

updated app imports

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import whisper
10
  from typing import Optional
11
  from bs4 import BeautifulSoup
12
  from duckduckgo_search import DDGS
13
- from smolagents import CodeAgent, BaseModel, tool
14
 
15
  # (Keep Constants as is)
16
  # --- Constants ---
 
10
  from typing import Optional
11
  from bs4 import BeautifulSoup
12
  from duckduckgo_search import DDGS
13
+ from smolagents import CodeAgent, tool
14
 
15
  # (Keep Constants as is)
16
  # --- Constants ---