We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bc29b commit 48497ffCopy full SHA for 48497ff
notebook/whisper-webui.ipynb
@@ -56,7 +56,7 @@
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",
+ "!pip install gradio-i18n\n",
60
"# Temporal bug fix from https://github.com/jhj0517/Whisper-WebUI/issues/256\n",
61
"!pip install git+https://github.com/JuanBindez/pytubefix.git\n",
62
"!pip install tokenizers==0.19.1\n",
@@ -99,7 +99,7 @@
99
},
100
{
101
"cell_type": "code",
102
- "execution_count": 2,
+ "execution_count": 3,
103
"metadata": {
104
"id": "PQroYRRZzQiN",
105
"cellView": "form"
0 commit comments