Skip to content

Commit 4a05941

Browse files
author
Guiners
committed
feat(samples): add and update code samples
1 parent e9b3b27 commit 4a05941

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)