From 10058320c9daa0f14e184bdcc600f839864c18ce Mon Sep 17 00:00:00 2001 From: Guillaume Vernade Date: Thu, 19 Dec 2024 09:45:38 +0000 Subject: [PATCH] Setup collapsed by default (#373) * collapsing setup part by default * typo --- gemini-2/video_understanding.ipynb | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/gemini-2/video_understanding.ipynb b/gemini-2/video_understanding.ipynb index 160da6f38..ad5531a16 100644 --- a/gemini-2/video_understanding.ipynb +++ b/gemini-2/video_understanding.ipynb @@ -66,7 +66,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "metadata": { "cellView": "form", "id": "CumMaR-sts53" @@ -112,7 +112,7 @@ "\n", "This section install the SDK, set it up using your [API key](../quickstarts/Authentication.ipynb), imports the relevant libs, downloads the sample videos and upload them to Gemini.\n", "\n", - "Expand the section if you are curious, but you can also just run it (it should take a couple of minutes since tehre are large files) and go straight to the examples." + "Expand the section if you are curious, but you can also just run it (it should take a couple of minutes since there are large files) and go straight to the examples." ] }, { @@ -130,7 +130,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "metadata": { "id": "IbKkL5ksQYq1" }, @@ -161,7 +161,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "metadata": { "id": "0H_lRdlrQYq3" }, @@ -185,7 +185,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "metadata": { "id": "X3CAp9YrQYq4" }, @@ -212,7 +212,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "metadata": { "id": "IO7IoqbrQYq5" }, @@ -234,7 +234,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": null, "metadata": { "id": "6GBdoMUVwP6j" }, @@ -265,7 +265,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": null, "metadata": { "id": "fMcwUw48vL1N" }, @@ -293,7 +293,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": null, "metadata": { "id": "LUUMJ4kE0OZS" }, @@ -348,7 +348,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "metadata": { "id": "B0Z9QzC3Q2wX" }, @@ -374,7 +374,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "metadata": { "id": "PZw41-lsKKMf" }, @@ -512,7 +512,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": null, "metadata": { "id": "baNCeA3GKrfu" },