Spaces:
Running
Running
jhj0517
commited on
Commit
•
48497ff
1
Parent(s):
d4bc29b
Update gradio-i18n to official one
Browse files
notebook/whisper-webui.ipynb
CHANGED
@@ -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
|
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":
|
103 |
"metadata": {
|
104 |
"id": "PQroYRRZzQiN",
|
105 |
"cellView": "form"
|
|
|
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 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 |
},
|
100 |
{
|
101 |
"cell_type": "code",
|
102 |
+
"execution_count": 3,
|
103 |
"metadata": {
|
104 |
"id": "PQroYRRZzQiN",
|
105 |
"cellView": "form"
|