Srj-ai commited on
Commit
159beb2
·
verified ·
1 Parent(s): b52f5c5

added "s" to Error 'authorized_import'

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ class BasicAgent:
67
  planning_interval=None,
68
  name=None,
69
  description=None,
70
- authorized_import = [ 'cv2','PIL','time', 'math', 'stat', 're', 'queue', 'statistics', 'unicodedata', 'datetime', 'collections', 'itertools', 'random','json','numpy']
71
  )
72
 
73
  #self.model = InferenceClientModel(model= "Qwen/Qwen2.5-7B-Instruct",)
 
67
  planning_interval=None,
68
  name=None,
69
  description=None,
70
+ authorized_imports = [ 'cv2','PIL','time', 'math', 'stat', 're', 'queue', 'statistics', 'unicodedata', 'datetime', 'collections', 'itertools', 'random','json','numpy']
71
  )
72
 
73
  #self.model = InferenceClientModel(model= "Qwen/Qwen2.5-7B-Instruct",)