Spaces:
Running
Running
jhj0517
commited on
Commit
·
4ae4224
1
Parent(s):
b4fe6e2
remove requirements_colab.txt
Browse files- notebook/whisper-webui.ipynb +4 -1
- requirements_colab.txt +0 -4
notebook/whisper-webui.ipynb
CHANGED
|
@@ -52,7 +52,10 @@
|
|
| 52 |
"#@markdown This cell will install dependencies for Whisper-WebUI!\n",
|
| 53 |
"!git clone https://github.com/jhj0517/Whisper-WebUI.git\n",
|
| 54 |
"%cd Whisper-WebUI\n",
|
| 55 |
-
"!pip install -
|
|
|
|
|
|
|
|
|
|
| 56 |
"!pip install tokenizers==0.19.1"
|
| 57 |
]
|
| 58 |
},
|
|
|
|
| 52 |
"#@markdown This cell will install dependencies for Whisper-WebUI!\n",
|
| 53 |
"!git clone https://github.com/jhj0517/Whisper-WebUI.git\n",
|
| 54 |
"%cd Whisper-WebUI\n",
|
| 55 |
+
"!pip install git+https://github.com/jhj0517/jhj0517-whisper.git\n",
|
| 56 |
+
"!pip install faster-whisper==1.0.2\n",
|
| 57 |
+
"!pip install gradio==4.14.0\n",
|
| 58 |
+
"!pip install pytube\n",
|
| 59 |
"!pip install tokenizers==0.19.1"
|
| 60 |
]
|
| 61 |
},
|
requirements_colab.txt
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
git+https://github.com/jhj0517/jhj0517-whisper.git
|
| 2 |
-
faster-whisper==1.0.2
|
| 3 |
-
gradio==4.14.0
|
| 4 |
-
pytube
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|