Skip to content

Commit

Permalink
Merge pull request #186 from jhj0517/fix/colab-requirements
Browse files Browse the repository at this point in the history
Fix colab requirements
  • Loading branch information
jhj0517 authored Jun 28, 2024
2 parents 8fd65ba + adb050a commit 6211b24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebook/whisper-webui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"!pip install faster-whisper==1.0.2\n",
"!pip install gradio==4.14.0\n",
"!pip install pytube\n",
"!pip install tokenizers==0.19.1"
"!pip install tokenizers==0.19.1\n",
"!pip install pyannote.audio==3.3.1"
]
},
{
Expand Down

0 comments on commit 6211b24

Please sign in to comment.