BenjaminKaindu0506 commited on
Commit
1d9ad59
·
verified ·
1 Parent(s): e217358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ class BasicAgent:
59
  "nvidia/LocateAnything",
60
  name="image_analyser",
61
  description="Analyses images to locate and describe objects in them.",
62
- trust_remote_code=True,
63
  )
64
  """errors I get:
65
  - Error initializing agent: 'type'
 
59
  "nvidia/LocateAnything",
60
  name="image_analyser",
61
  description="Analyses images to locate and describe objects in them.",
62
+ #trust_remote_code=True,
63
  )
64
  """errors I get:
65
  - Error initializing agent: 'type'