You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/en/gemini-api/docs/vision.ipynb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -210,8 +210,8 @@
210
210
"source": [
211
211
"## Image input\n",
212
212
"\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."
215
215
]
216
216
},
217
217
{
@@ -223,7 +223,7 @@
223
223
"### Base64 encoded images\n",
224
224
"\n",
225
225
"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",
227
227
"The following code example shows how to do this:"
228
228
]
229
229
},
@@ -549,7 +549,7 @@
549
549
"1. Multiply the y-coordinates by the original image height.\n",
550
550
"\n",
551
551
"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)."
0 commit comments