Spaces:
Running
Running
jhj0517
commited on
Commit
·
2c33e97
1
Parent(s):
ca5f027
fix pytube bug and update some requirements
Browse files
notebook/whisper-webui.ipynb
CHANGED
@@ -53,9 +53,11 @@
|
|
53 |
"!git clone https://github.com/jhj0517/Whisper-WebUI.git\n",
|
54 |
"%cd Whisper-WebUI\n",
|
55 |
"!pip install git+https://github.com/jhj0517/jhj0517-whisper.git\n",
|
56 |
-
"!pip install faster-whisper==1.0.
|
57 |
-
"!pip install gradio==4.
|
58 |
-
"
|
|
|
|
|
59 |
"!pip install tokenizers==0.19.1\n",
|
60 |
"!pip install pyannote.audio==3.3.1"
|
61 |
]
|
|
|
53 |
"!git clone https://github.com/jhj0517/Whisper-WebUI.git\n",
|
54 |
"%cd Whisper-WebUI\n",
|
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/203\n",
|
59 |
+
"# !pip install pytube\n",
|
60 |
+
"!pip install git+https://github.com/jhj0517/pytube-temporal-bug-fix\n",
|
61 |
"!pip install tokenizers==0.19.1\n",
|
62 |
"!pip install pyannote.audio==3.3.1"
|
63 |
]
|