We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a56ff8 commit ed26058Copy full SHA for ed26058
1 file changed
gemini/orchestration/langgraph_gemini_podcast.ipynb
@@ -135,6 +135,30 @@
135
"- **Setting Project Information:** Setting up your Google Cloud project"
136
]
137
},
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
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
155
+ "id": "No17Cw5hgx12"
156
157
+ "outputs": [],
158
159
+ "sudo apt-get update && apt-get install ffmpeg -y"
160
161
162
{
163
"cell_type": "markdown",
164
"metadata": {
0 commit comments