Upload 4 files
Browse files- README.md +1 -1
- requirements.txt +2 -7
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
sdk: gradio
|
| 3 |
sdk_version: 5.49.1
|
| 4 |
-
python_version: 3.
|
| 5 |
---
|
| 6 |
# Whisper-WebUI
|
| 7 |
A Gradio-based browser interface for [Whisper](https://github.com/openai/whisper)
|
|
|
|
| 1 |
---
|
| 2 |
sdk: gradio
|
| 3 |
sdk_version: 5.49.1
|
| 4 |
+
python_version: 3.12
|
| 5 |
---
|
| 6 |
# Whisper-WebUI
|
| 7 |
A Gradio-based browser interface for [Whisper](https://github.com/openai/whisper)
|
requirements.txt
CHANGED
|
@@ -4,10 +4,6 @@
|
|
| 4 |
# For CUDA 12.4, use : https://download.pytorch.org/whl/cu124
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 6 |
|
| 7 |
-
pip>=23.3
|
| 8 |
-
setuptools>=69
|
| 9 |
-
wheel
|
| 10 |
-
|
| 11 |
gradio==5.49.1
|
| 12 |
pytubefix
|
| 13 |
transformers
|
|
@@ -19,6 +15,5 @@ faster-whisper==1.2.0
|
|
| 19 |
pyannote.audio==3.3.1
|
| 20 |
ctranslate2==4.6.0
|
| 21 |
git+https://github.com/jhj0517/pyrubberband.git
|
| 22 |
-
|
| 23 |
-
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|
| 24 |
-
git+https://github.com/openai/whisper.git
|
|
|
|
| 4 |
# For CUDA 12.4, use : https://download.pytorch.org/whl/cu124
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
gradio==5.49.1
|
| 8 |
pytubefix
|
| 9 |
transformers
|
|
|
|
| 15 |
pyannote.audio==3.3.1
|
| 16 |
ctranslate2==4.6.0
|
| 17 |
git+https://github.com/jhj0517/pyrubberband.git
|
| 18 |
+
git+https://github.com/jhj0517/jhj0517-whisper.git
|
| 19 |
+
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|
|
|