Skip to content

Commit 42b4fc4

Browse files
author
Guiners
committed
adding count token samples
1 parent 23f5a05 commit 42b4fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/bounding-box/boundingbox-with-txt-img.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function createBoundingBox(
7575
Return bounding boxes as an array with labels.
7676
Never return masks. Limit to 25 objects.
7777
If an object is present multiple times, give each object a unique label
78-
according to its distinct characteristics (colors, size, position, etc.).
78+
according to its distinct characteristics (colors, size, position, etc).
7979
`;
8080

8181
const safetySettings = [

0 commit comments

Comments
 (0)