Spaces:
Running
Running
Merge pull request #348 from jhj0517/fix/colab
Browse files
notebook/whisper-webui.ipynb
CHANGED
@@ -54,6 +54,7 @@
|
|
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\n",
|
58 |
"!pip install git+https://github.com/jhj0517/gradio-i18n.git@fix/encoding-error\n",
|
59 |
"# Temporal bug fix from https://github.com/jhj0517/Whisper-WebUI/issues/256\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 ctranslate2==4.4.0\n",
|
58 |
"!pip install gradio\n",
|
59 |
"!pip install git+https://github.com/jhj0517/gradio-i18n.git@fix/encoding-error\n",
|
60 |
"# Temporal bug fix from https://github.com/jhj0517/Whisper-WebUI/issues/256\n",
|