From a2387bb0bcf2c00b7f88edaea83740b16adfa263 Mon Sep 17 00:00:00 2001 From: Google Colaboratory Team Date: Thu, 21 Dec 2023 16:06:48 -0800 Subject: [PATCH] No public description PiperOrigin-RevId: 592970003 --- notebooks/Talk_to_Gemini_with_Google's_Speech_to_Text_API.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/Talk_to_Gemini_with_Google's_Speech_to_Text_API.ipynb b/notebooks/Talk_to_Gemini_with_Google's_Speech_to_Text_API.ipynb index 458649f0..592d9780 100644 --- a/notebooks/Talk_to_Gemini_with_Google's_Speech_to_Text_API.ipynb +++ b/notebooks/Talk_to_Gemini_with_Google's_Speech_to_Text_API.ipynb @@ -252,7 +252,7 @@ { "cell_type": "code", "source": [ - "#@title Install Google Cloud's speech library - you must click \"Restart Session\" when the button appears\n", + "#@title Install Google Cloud's speech library\n", "\n", "!pip install -q google-cloud-speech\n", "from google.cloud import speech\n"