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"