Skip to content

Commit 48497ff

Browse files
committed
Update gradio-i18n to official one
1 parent d4bc29b commit 48497ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebook/whisper-webui.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"!pip install faster-whisper==1.0.3\n",
5757
"!pip install ctranslate2==4.4.0\n",
5858
"!pip install gradio\n",
59-
"!pip install git+https://github.com/jhj0517/gradio-i18n.git@fix/encoding-error\n",
59+
"!pip install gradio-i18n\n",
6060
"# Temporal bug fix from https://github.com/jhj0517/Whisper-WebUI/issues/256\n",
6161
"!pip install git+https://github.com/JuanBindez/pytubefix.git\n",
6262
"!pip install tokenizers==0.19.1\n",
@@ -99,7 +99,7 @@
9999
},
100100
{
101101
"cell_type": "code",
102-
"execution_count": 2,
102+
"execution_count": 3,
103103
"metadata": {
104104
"id": "PQroYRRZzQiN",
105105
"cellView": "form"

0 commit comments

Comments
 (0)