jhj0517 commited on
Commit
87d61d2
·
1 Parent(s): 67a88f4

Downgrade ctranslate2

Browse files
Files changed (1) hide show
  1. notebook/whisper-webui.ipynb +1 -0
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",