Skip to content

Commit

Permalink
Merge pull request #365 from jhj0517/fix/colab
Browse files Browse the repository at this point in the history
Update gradio-i18n to official one in coalb
  • Loading branch information
jhj0517 authored Oct 30, 2024
2 parents d4bc29b + 48497ff commit e2af0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook/whisper-webui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"!pip install faster-whisper==1.0.3\n",
"!pip install ctranslate2==4.4.0\n",
"!pip install gradio\n",
"!pip install git+https://github.com/jhj0517/gradio-i18n.git@fix/encoding-error\n",
"!pip install gradio-i18n\n",
"# Temporal bug fix from https://github.com/jhj0517/Whisper-WebUI/issues/256\n",
"!pip install git+https://github.com/JuanBindez/pytubefix.git\n",
"!pip install tokenizers==0.19.1\n",
Expand Down Expand Up @@ -99,7 +99,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {
"id": "PQroYRRZzQiN",
"cellView": "form"
Expand Down

0 comments on commit e2af0e0

Please sign in to comment.