jhj0517 commited on
Commit
a69d420
·
unverified ·
2 Parent(s): dcaff95 b1498f2

Merge pull request #143 from jhj0517/fix/colab-requirements

Browse files
Files changed (1) hide show
  1. notebook/whisper-webui.ipynb +4 -2
notebook/whisper-webui.ipynb CHANGED
@@ -46,7 +46,8 @@
46
  "cell_type": "code",
47
  "execution_count": null,
48
  "metadata": {
49
- "id": "kNbSbsctxahq"
 
50
  },
51
  "outputs": [],
52
  "source": [
@@ -54,7 +55,8 @@
54
  "#@markdown This cell will install dependencies for Whisper-WebUI!\n",
55
  "!git clone https://github.com/jhj0517/Whisper-WebUI.git\n",
56
  "%cd Whisper-WebUI\n",
57
- "!pip install -r requirements_colab.txt"
 
58
  ]
59
  },
60
  {
 
46
  "cell_type": "code",
47
  "execution_count": null,
48
  "metadata": {
49
+ "id": "kNbSbsctxahq",
50
+ "cellView": "form"
51
  },
52
  "outputs": [],
53
  "source": [
 
55
  "#@markdown This cell will install dependencies for Whisper-WebUI!\n",
56
  "!git clone https://github.com/jhj0517/Whisper-WebUI.git\n",
57
  "%cd Whisper-WebUI\n",
58
+ "!pip install -r requirements_colab.txt\n",
59
+ "!pip install tokenizers==0.19.1"
60
  ]
61
  },
62
  {