From f831a80d01e7ab2d243a6cb2cc806d3b28770601 Mon Sep 17 00:00:00 2001 From: yyahav <88027106+yyahav@users.noreply.github.com> Date: Mon, 1 May 2023 13:15:04 +0300 Subject: [PATCH] added `cargo` installation for successful Google Colab run fixes #136, #137 --- Video_Killed_The_Radio_Star_Defusion.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/Video_Killed_The_Radio_Star_Defusion.ipynb b/Video_Killed_The_Radio_Star_Defusion.ipynb index 79b728c..3524861 100644 --- a/Video_Killed_The_Radio_Star_Defusion.ipynb +++ b/Video_Killed_The_Radio_Star_Defusion.ipynb @@ -125,6 +125,7 @@ "%%capture\n", "\n", "# @title # 🛠️ Installations\n", + "!apt-get install cargo\n", "!pip install vktrs[api,hf]\n", "\n", "!pip install git+https://github.com/openai/whisper@v20230314\n",