Spaces:
Running
Running
jhj0517
commited on
Commit
·
1d748ae
1
Parent(s):
bf705a5
Fix pytubefix
Browse files
notebook/whisper-webui.ipynb
CHANGED
|
@@ -55,8 +55,8 @@
|
|
| 55 |
"!pip install git+https://github.com/jhj0517/jhj0517-whisper.git\n",
|
| 56 |
"!pip install faster-whisper==1.0.3\n",
|
| 57 |
"!pip install gradio==4.29.0\n",
|
| 58 |
-
"# Temporal bug fix from https://github.com/jhj0517/Whisper-WebUI/issues/
|
| 59 |
-
"!pip install pytubefix\n",
|
| 60 |
"!pip install tokenizers==0.19.1\n",
|
| 61 |
"!pip install pyannote.audio==3.3.1"
|
| 62 |
]
|
|
@@ -96,7 +96,7 @@
|
|
| 96 |
},
|
| 97 |
{
|
| 98 |
"cell_type": "code",
|
| 99 |
-
"execution_count":
|
| 100 |
"metadata": {
|
| 101 |
"id": "PQroYRRZzQiN",
|
| 102 |
"cellView": "form"
|
|
|
|
| 55 |
"!pip install git+https://github.com/jhj0517/jhj0517-whisper.git\n",
|
| 56 |
"!pip install faster-whisper==1.0.3\n",
|
| 57 |
"!pip install gradio==4.29.0\n",
|
| 58 |
+
"# Temporal bug fix from https://github.com/jhj0517/Whisper-WebUI/issues/256\n",
|
| 59 |
+
"!pip install git+https://github.com/JuanBindez/pytubefix.git\n",
|
| 60 |
"!pip install tokenizers==0.19.1\n",
|
| 61 |
"!pip install pyannote.audio==3.3.1"
|
| 62 |
]
|
|
|
|
| 96 |
},
|
| 97 |
{
|
| 98 |
"cell_type": "code",
|
| 99 |
+
"execution_count": 3,
|
| 100 |
"metadata": {
|
| 101 |
"id": "PQroYRRZzQiN",
|
| 102 |
"cellView": "form"
|