Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
updating path for image file
Browse files Browse the repository at this point in the history
  • Loading branch information
emjay07 committed Mar 25, 2024
1 parent ea7208c commit 60ed01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/griptape-framework/drivers/image-query-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ engine = ImageQueryEngine(
image_query_driver=driver
)

with open("images/mountain.png", "rb") as f:
with open("tests/assets/mountain.png", "rb") as f:
image_artifact = ImageLoader().load(f.read())


Expand Down

0 comments on commit 60ed01c

Please sign in to comment.