fix some typos (#829)

This commit is contained in:
Tad 2023-11-11 01:32:51 +08:00 committed by GitHub
parent 3ea479481b
commit 736960806b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
]
},
{
@ -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"
]
},
{
@ -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"
]
},
{