Skip to content

Commit

Permalink
fix some typos (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
wptad authored Nov 10, 2023
1 parent 3ea4794 commit 7369608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/GPT_with_vision_for_video_understanding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"First we use OpenCV to extract frames from a nature [video](https://www.youtube.com/watch?v=kQ_7GtE529M) containing bisons and wolves:\n"
"First, we use OpenCV to extract frames from a nature [video](https://www.youtube.com/watch?v=kQ_7GtE529M) containing bisons and wolves:\n"
]
},
{
Expand Down Expand Up @@ -104,7 +104,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Once we have the video frames we craft our prompt and send a request to GPT (Note that we don't need to send every frame for GPT to understand what's going on):\n"
"Once we have the video frames, we craft our prompt and send a request to GPT (Note that we don't need to send every frame for GPT to understand what's going on):\n"
]
},
{
Expand Down Expand Up @@ -206,7 +206,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now we can pass the script to the TTS API where it will generate a mp3 of the voiceover:\n"
"Now we can pass the script to the TTS API where it will generate an mp3 of the voiceover:\n"
]
},
{
Expand Down

0 comments on commit 7369608

Please sign in to comment.