civerson916 commited on
Commit
da2ec46
·
verified ·
1 Parent(s): 6ad320d

Update app.py

Browse files

authorized_imports =

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ class BasicAgent:
149
  tools=[final_answer, search_tool, wiki_tool, fetch_file_tool, audio_description_tool],
150
  max_steps=7,
151
  verbosity_level=1,
152
- authorized_imports: [
153
  "unicodedata",
154
  "stat",
155
  "datetime",
 
149
  tools=[final_answer, search_tool, wiki_tool, fetch_file_tool, audio_description_tool],
150
  max_steps=7,
151
  verbosity_level=1,
152
+ authorized_imports=[
153
  "unicodedata",
154
  "stat",
155
  "datetime",