Skip to content

Commit f36d8d6

Browse files
committed
run nbfmt to fix formatting
1 parent 3016340 commit f36d8d6

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

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

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@
204204
},
205205
{
206206
"cell_type": "markdown",
207-
"metadata": {},
207+
"metadata": {
208+
"id": "2fa34d5c0db8"
209+
},
208210
"source": [
209211
"## Image input\n",
210212
"\n",
@@ -214,7 +216,9 @@
214216
},
215217
{
216218
"cell_type": "markdown",
217-
"metadata": {},
219+
"metadata": {
220+
"id": "8336e412da3e"
221+
},
218222
"source": [
219223
"### Base64 encoded images\n",
220224
"\n",
@@ -226,7 +230,9 @@
226230
{
227231
"cell_type": "code",
228232
"execution_count": null,
229-
"metadata": {},
233+
"metadata": {
234+
"id": "aa9a0e452544"
235+
},
230236
"outputs": [],
231237
"source": [
232238
"import httpx\n",
@@ -256,7 +262,9 @@
256262
},
257263
{
258264
"cell_type": "markdown",
259-
"metadata": {},
265+
"metadata": {
266+
"id": "f47333dabe62"
267+
},
260268
"source": [
261269
"### Multiple images\n",
262270
"\n",
@@ -267,7 +275,9 @@
267275
{
268276
"cell_type": "code",
269277
"execution_count": null,
270-
"metadata": {},
278+
"metadata": {
279+
"id": "2816ea3d2d91"
280+
},
271281
"outputs": [],
272282
"source": [
273283
"import httpx\n",
@@ -326,7 +336,9 @@
326336
{
327337
"cell_type": "code",
328338
"execution_count": null,
329-
"metadata": {},
339+
"metadata": {
340+
"id": "da11223550a9"
341+
},
330342
"outputs": [],
331343
"source": [
332344
"import google.generativeai as genai\n",
@@ -344,7 +356,9 @@
344356
},
345357
{
346358
"cell_type": "markdown",
347-
"metadata": {},
359+
"metadata": {
360+
"id": "736c83de95a1"
361+
},
348362
"source": [
349363
"Note that these inline data calls don't include many of the features available\n",
350364
"through the File API, such as getting file metadata,\n",
@@ -354,7 +368,9 @@
354368
},
355369
{
356370
"cell_type": "markdown",
357-
"metadata": {},
371+
"metadata": {
372+
"id": "0d6f7af7c2ff"
373+
},
358374
"source": [
359375
"### Large image payloads"
360376
]
@@ -384,7 +400,9 @@
384400
{
385401
"cell_type": "code",
386402
"execution_count": null,
387-
"metadata": {},
403+
"metadata": {
404+
"id": "2e9f9469b337"
405+
},
388406
"outputs": [],
389407
"source": [
390408
"!curl -o jetpack.jpg https://storage.googleapis.com/generativeai-downloads/images/jetpack.jpg"
@@ -478,7 +496,9 @@
478496
},
479497
{
480498
"cell_type": "markdown",
481-
"metadata": {},
499+
"metadata": {
500+
"id": "c63c1a7a8e32"
501+
},
482502
"source": [
483503
"## Capabilties\n",
484504
"\n",

0 commit comments

Comments
 (0)