Skip to content

Commit

Permalink
use second person instead of first person
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-dharm committed Nov 30, 2024
1 parent f36d8d6 commit 3a54cc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/en/gemini-api/docs/vision.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@
"source": [
"## Image input\n",
"\n",
"For total image payload size less than 20MB, we recommend either uploading\n",
"base64 encoded images or directly uploading locally stored image files."
"For total image payload size less than 20MB, it's recommended to either upload\n",
"base64 encoded images or directly upload locally stored image files."
]
},
{
Expand All @@ -223,7 +223,7 @@
"### Base64 encoded images\n",
"\n",
"You can upload public image URLs by encoding them as Base64 payloads.\n",
"We recommend using the httpx library to fetch the image URLs.\n",
"You can use the httpx library to fetch the image URLs.\n",
"The following code example shows how to do this:"
]
},
Expand Down Expand Up @@ -549,7 +549,7 @@
"1. Multiply the y-coordinates by the original image height.\n",
"\n",
"To explore more detailed examples of generating bounding box coordinates and\n",
"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)."
"visualizing them on images, review our [Object Detection cookbook example](https://github.com/google-gemini/cookbook/blob/main/examples/Object_detection.ipynb)."
]
},
{
Expand Down

0 comments on commit 3a54cc8

Please sign in to comment.