Skip to content

Commit

Permalink
Fix tokenizers
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Nov 13, 2024
1 parent 61707f4 commit 0e8d04d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions notebook/whisper-webui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"!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",
"!pip install pyannote.audio==3.3.1\n",
"!pip install git+https://github.com/jhj0517/ultimatevocalremover_api.git"
]
Expand Down Expand Up @@ -94,12 +93,12 @@
"id": "Qosz9BFlGui3",
"cellView": "form"
},
"execution_count": 4,
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {
"id": "PQroYRRZzQiN",
"cellView": "form"
Expand Down

0 comments on commit 0e8d04d

Please sign in to comment.