From e2076fda300dd226a1ada55d186076782633a75a Mon Sep 17 00:00:00 2001 From: Ed Spencer Date: Mon, 27 Nov 2023 16:14:11 -0500 Subject: [PATCH] Remove an empty code block on GPT-V video example (#860) --- examples/GPT_with_vision_for_video_understanding.ipynb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/GPT_with_vision_for_video_understanding.ipynb b/examples/GPT_with_vision_for_video_understanding.ipynb index 1c2a425add..dc63f14c3a 100644 --- a/examples/GPT_with_vision_for_video_understanding.ipynb +++ b/examples/GPT_with_vision_for_video_understanding.ipynb @@ -252,13 +252,6 @@ " audio += chunk\n", "Audio(audio)\n" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {