diff --git a/notebook/whisper-webui.ipynb b/notebook/whisper-webui.ipynb index 01993e0d..65afb0c8 100644 --- a/notebook/whisper-webui.ipynb +++ b/notebook/whisper-webui.ipynb @@ -55,8 +55,8 @@ "!pip install git+https://github.com/jhj0517/jhj0517-whisper.git\n", "!pip install faster-whisper==1.0.3\n", "!pip install gradio==4.29.0\n", - "# Temporal bug fix from https://github.com/jhj0517/Whisper-WebUI/issues/220\n", - "!pip install pytubefix\n", + "# Temporal bug fix from https://github.com/jhj0517/Whisper-WebUI/issues/256\n", + "!pip install git+https://github.com/JuanBindez/pytubefix.git\n", "!pip install tokenizers==0.19.1\n", "!pip install pyannote.audio==3.3.1" ] @@ -96,7 +96,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "metadata": { "id": "PQroYRRZzQiN", "cellView": "form"