mahirlabibdihan commited on
Commit
e9b704e
·
verified ·
1 Parent(s): b6c0679

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ for item in ds["test"]:
49
  # Add a concluding sentence to encourage selection of the answer
50
  prompt += "\nSelect the best option by choosing its number."
51
 
52
- # Pass the image to the model along with the prompt
53
  img = PIL.Image.open(item["context"])
54
 
55
  # Use the prompt as needed
 
49
  # Add a concluding sentence to encourage selection of the answer
50
  prompt += "\nSelect the best option by choosing its number."
51
 
52
+ # Load image from Vdata/ directory
53
  img = PIL.Image.open(item["context"])
54
 
55
  # Use the prompt as needed