jhj0517 commited on
Commit
adb050a
·
1 Parent(s): fbdb0fb

update requirements

Browse files
Files changed (1) hide show
  1. notebook/whisper-webui.ipynb +2 -1
notebook/whisper-webui.ipynb CHANGED
@@ -56,7 +56,8 @@
56
  "!pip install faster-whisper==1.0.2\n",
57
  "!pip install gradio==4.14.0\n",
58
  "!pip install pytube\n",
59
- "!pip install tokenizers==0.19.1"
 
60
  ]
61
  },
62
  {
 
56
  "!pip install faster-whisper==1.0.2\n",
57
  "!pip install gradio==4.14.0\n",
58
  "!pip install pytube\n",
59
+ "!pip install tokenizers==0.19.1\n",
60
+ "!pip install pyannote.audio==3.3.1"
61
  ]
62
  },
63
  {