Spaces:
Running
Running
jhj0517
commited on
Commit
·
4095dcf
1
Parent(s):
c8f873f
add temporal fix
Browse files
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 |
{
|