Update app.py
Browse files
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'
|