Spaces:
Running
Running
Merge pull request #116 from jhj0517/colab-fix
Browse files- notebook/whisper-webui.ipynb +8 -6
- requirements_colab.txt +4 -0
notebook/whisper-webui.ipynb
CHANGED
|
@@ -36,7 +36,8 @@
|
|
| 36 |
"!nvidia-smi"
|
| 37 |
],
|
| 38 |
"metadata": {
|
| 39 |
-
"id": "23yZvUlagEsx"
|
|
|
|
| 40 |
},
|
| 41 |
"execution_count": null,
|
| 42 |
"outputs": []
|
|
@@ -45,8 +46,7 @@
|
|
| 45 |
"cell_type": "code",
|
| 46 |
"execution_count": null,
|
| 47 |
"metadata": {
|
| 48 |
-
"id": "kNbSbsctxahq"
|
| 49 |
-
"cellView": "form"
|
| 50 |
},
|
| 51 |
"outputs": [],
|
| 52 |
"source": [
|
|
@@ -54,7 +54,7 @@
|
|
| 54 |
"#@markdown This cell will install dependencies for Whisper-WebUI!\n",
|
| 55 |
"!git clone https://github.com/jhj0517/Whisper-WebUI.git\n",
|
| 56 |
"%cd Whisper-WebUI\n",
|
| 57 |
-
"!pip install -r
|
| 58 |
]
|
| 59 |
},
|
| 60 |
{
|
|
@@ -84,7 +84,8 @@
|
|
| 84 |
"#@markdown If you wonder how these arguments are used, you can see the [Wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments)."
|
| 85 |
],
|
| 86 |
"metadata": {
|
| 87 |
-
"id": "Qosz9BFlGui3"
|
|
|
|
| 88 |
},
|
| 89 |
"execution_count": null,
|
| 90 |
"outputs": []
|
|
@@ -93,7 +94,8 @@
|
|
| 93 |
"cell_type": "code",
|
| 94 |
"execution_count": null,
|
| 95 |
"metadata": {
|
| 96 |
-
"id": "PQroYRRZzQiN"
|
|
|
|
| 97 |
},
|
| 98 |
"outputs": [],
|
| 99 |
"source": [
|
|
|
|
| 36 |
"!nvidia-smi"
|
| 37 |
],
|
| 38 |
"metadata": {
|
| 39 |
+
"id": "23yZvUlagEsx",
|
| 40 |
+
"cellView": "form"
|
| 41 |
},
|
| 42 |
"execution_count": null,
|
| 43 |
"outputs": []
|
|
|
|
| 46 |
"cell_type": "code",
|
| 47 |
"execution_count": null,
|
| 48 |
"metadata": {
|
| 49 |
+
"id": "kNbSbsctxahq"
|
|
|
|
| 50 |
},
|
| 51 |
"outputs": [],
|
| 52 |
"source": [
|
|
|
|
| 54 |
"#@markdown This cell will install dependencies for Whisper-WebUI!\n",
|
| 55 |
"!git clone https://github.com/jhj0517/Whisper-WebUI.git\n",
|
| 56 |
"%cd Whisper-WebUI\n",
|
| 57 |
+
"!pip install -r requirements_colab.txt"
|
| 58 |
]
|
| 59 |
},
|
| 60 |
{
|
|
|
|
| 84 |
"#@markdown If you wonder how these arguments are used, you can see the [Wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments)."
|
| 85 |
],
|
| 86 |
"metadata": {
|
| 87 |
+
"id": "Qosz9BFlGui3",
|
| 88 |
+
"cellView": "form"
|
| 89 |
},
|
| 90 |
"execution_count": null,
|
| 91 |
"outputs": []
|
|
|
|
| 94 |
"cell_type": "code",
|
| 95 |
"execution_count": null,
|
| 96 |
"metadata": {
|
| 97 |
+
"id": "PQroYRRZzQiN",
|
| 98 |
+
"cellView": "form"
|
| 99 |
},
|
| 100 |
"outputs": [],
|
| 101 |
"source": [
|
requirements_colab.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/jhj0517/jhj0517-whisper.git
|
| 2 |
+
faster-whisper==1.0.1
|
| 3 |
+
gradio==4.14.0
|
| 4 |
+
pytube
|