Skip to content

Commit

Permalink
Merge pull request #257 from jhj0517/fix/pytubefix
Browse files Browse the repository at this point in the history
Fix pytubefix
  • Loading branch information
jhj0517 authored Sep 4, 2024
2 parents bf705a5 + 1d748ae commit 4904f1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebook/whisper-webui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down Expand Up @@ -96,7 +96,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {
"id": "PQroYRRZzQiN",
"cellView": "form"
Expand Down

0 comments on commit 4904f1c

Please sign in to comment.