Skip to content

Commit

Permalink
Setup collapsed by default (#373)
Browse files Browse the repository at this point in the history
* collapsing setup part by default
* typo
  • Loading branch information
Giom-V authored Dec 19, 2024
1 parent 01170a9 commit 1005832
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions gemini-2/video_understanding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {
"cellView": "form",
"id": "CumMaR-sts53"
Expand Down Expand Up @@ -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."
]
},
{
Expand All @@ -130,7 +130,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {
"id": "IbKkL5ksQYq1"
},
Expand Down Expand Up @@ -161,7 +161,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {
"id": "0H_lRdlrQYq3"
},
Expand All @@ -185,7 +185,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"metadata": {
"id": "X3CAp9YrQYq4"
},
Expand All @@ -212,7 +212,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"metadata": {
"id": "IO7IoqbrQYq5"
},
Expand All @@ -234,7 +234,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {
"id": "6GBdoMUVwP6j"
},
Expand Down Expand Up @@ -265,7 +265,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"metadata": {
"id": "fMcwUw48vL1N"
},
Expand Down Expand Up @@ -293,7 +293,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": null,
"metadata": {
"id": "LUUMJ4kE0OZS"
},
Expand Down Expand Up @@ -348,7 +348,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"metadata": {
"id": "B0Z9QzC3Q2wX"
},
Expand All @@ -374,7 +374,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": null,
"metadata": {
"id": "PZw41-lsKKMf"
},
Expand Down Expand Up @@ -512,7 +512,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": null,
"metadata": {
"id": "baNCeA3GKrfu"
},
Expand Down

0 comments on commit 1005832

Please sign in to comment.