Spaces:
Running
Running
jhj0517
commited on
Commit
·
8339bc9
1
Parent(s):
84fd983
Add gradio-i18n
Browse files
notebook/whisper-webui.ipynb
CHANGED
@@ -54,7 +54,8 @@
|
|
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
|
|
|
58 |
"# Temporal bug fix from https://github.com/jhj0517/Whisper-WebUI/issues/256\n",
|
59 |
"!pip install git+https://github.com/JuanBindez/pytubefix.git\n",
|
60 |
"!pip install tokenizers==0.19.1\n",
|
@@ -97,7 +98,7 @@
|
|
97 |
},
|
98 |
{
|
99 |
"cell_type": "code",
|
100 |
-
"execution_count":
|
101 |
"metadata": {
|
102 |
"id": "PQroYRRZzQiN",
|
103 |
"cellView": "form"
|
|
|
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",
|
60 |
"!pip install git+https://github.com/JuanBindez/pytubefix.git\n",
|
61 |
"!pip install tokenizers==0.19.1\n",
|
|
|
98 |
},
|
99 |
{
|
100 |
"cell_type": "code",
|
101 |
+
"execution_count": 2,
|
102 |
"metadata": {
|
103 |
"id": "PQroYRRZzQiN",
|
104 |
"cellView": "form"
|