Skip to content

Commit

Permalink
Update vision_agent/tools/tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
humpydonkey authored Apr 1, 2024
1 parent 1983102 commit 242e0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class GroundingDINO(Tool):
'scores': [0.98, 0.02]}]
"""

_ENDPOINT = "https://model-owp50nlq.api.baseten.co/production/predict"
_ENDPOINT = "https://soi4ewr6fjqqdf5vuss6rrilee0kumxq.lambda-url.us-east-2.on.aws"

name = "grounding_dino_"
description = "'grounding_dino_' is a tool that can detect arbitrary objects with inputs such as category names or referring expressions."
Expand Down

0 comments on commit 242e0f5

Please sign in to comment.