Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
|
@@ -1,17 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
gradio
|
| 6 |
huggingface_hub
|
|
|
|
|
|
|
| 7 |
|
| 8 |
-
#
|
| 9 |
faster-whisper==0.10.0
|
| 10 |
-
ctranslate2==3.24.0
|
| 11 |
-
|
| 12 |
-
# Correct dependency
|
| 13 |
-
textsplit
|
| 14 |
|
| 15 |
-
# OpenVoice + MeloTTS
|
| 16 |
git+https://github.com/myshell-ai/MeloTTS.git
|
| 17 |
-
git+https://github.com/myshell-ai/OpenVoice.git
|
|
|
|
| 1 |
+
# local shim to satisfy MeloTTS typo dependency
|
| 2 |
+
./txtsplit
|
| 3 |
+
|
| 4 |
+
# core deps
|
| 5 |
gradio
|
| 6 |
huggingface_hub
|
| 7 |
+
soundfile
|
| 8 |
+
librosa
|
| 9 |
|
| 10 |
+
# faster-whisper + ctranslate2 (pin versions known to work best on Spaces)
|
| 11 |
faster-whisper==0.10.0
|
| 12 |
+
ctranslate2==3.24.0
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
+
# OpenVoice + MeloTTS (installed from GitHub)
|
| 15 |
git+https://github.com/myshell-ai/MeloTTS.git
|
| 16 |
+
git+https://github.com/myshell-ai/OpenVoice.git
|