Skip to content

Commit 3a54cc8

Browse files
committed
use second person instead of first person
1 parent f36d8d6 commit 3a54cc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/en/gemini-api/docs/vision.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@
210210
"source": [
211211
"## Image input\n",
212212
"\n",
213-
"For total image payload size less than 20MB, we recommend either uploading\n",
214-
"base64 encoded images or directly uploading locally stored image files."
213+
"For total image payload size less than 20MB, it's recommended to either upload\n",
214+
"base64 encoded images or directly upload locally stored image files."
215215
]
216216
},
217217
{
@@ -223,7 +223,7 @@
223223
"### Base64 encoded images\n",
224224
"\n",
225225
"You can upload public image URLs by encoding them as Base64 payloads.\n",
226-
"We recommend using the httpx library to fetch the image URLs.\n",
226+
"You can use the httpx library to fetch the image URLs.\n",
227227
"The following code example shows how to do this:"
228228
]
229229
},
@@ -549,7 +549,7 @@
549549
"1. Multiply the y-coordinates by the original image height.\n",
550550
"\n",
551551
"To explore more detailed examples of generating bounding box coordinates and\n",
552-
"visualizing them on images, we encourage you to review our [Object Detection cookbook example](https://github.com/google-gemini/cookbook/blob/main/examples/Object_detection.ipynb)."
552+
"visualizing them on images, review our [Object Detection cookbook example](https://github.com/google-gemini/cookbook/blob/main/examples/Object_detection.ipynb)."
553553
]
554554
},
555555
{

0 commit comments

Comments
 (0)