From 1d748ae9f88c364f03bb3940ad630cb815ced99c Mon Sep 17 00:00:00 2001 From: jhj0517 <97279763+jhj0517@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:03:48 +0900 Subject: [PATCH] Fix pytubefix --- notebook/whisper-webui.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"