Skip to content

Commit ed26058

Browse files
authored
Added the pre-requisite for AudioSegment library (GoogleCloudPlatform#2074)
1 parent 8a56ff8 commit ed26058

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

gemini/orchestration/langgraph_gemini_podcast.ipynb

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,30 @@
135135
"- **Setting Project Information:** Setting up your Google Cloud project"
136136
]
137137
},
138+
{
139+
"cell_type": "markdown",
140+
"metadata": {
141+
"id": "68664edd8334"
142+
},
143+
"source": [
144+
"### Install FFMpeg on your machine\n",
145+
"\n",
146+
"Install the FFMpeg libraries for running the AudioSegment library.",
147+
"\n",
148+
"If you're using Vertex AI, open the **Terminal**. Run the following command:"
149+
]
150+
},
151+
{
152+
"cell_type": "code",
153+
"execution_count": null,
154+
"metadata": {
155+
"id": "No17Cw5hgx12"
156+
},
157+
"outputs": [],
158+
"source": [
159+
"sudo apt-get update && apt-get install ffmpeg -y"
160+
]
161+
},
138162
{
139163
"cell_type": "markdown",
140164
"metadata": {

0 commit comments

Comments
 (0)