Spaces:
Running
Running
jhj0517
commited on
Commit
·
bc32d45
1
Parent(s):
05b9d17
update requirements in notebook
Browse files
notebook/whisper-webui.ipynb
CHANGED
@@ -55,9 +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 |
-
"
|
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 |
]
|
|
|
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/220\n",
|
59 |
+
"!pip install pytubefix\n",
|
|
|
60 |
"!pip install tokenizers==0.19.1\n",
|
61 |
"!pip install pyannote.audio==3.3.1"
|
62 |
]
|