FarmanMansoori commited on
Commit
5f55ad8
·
verified ·
1 Parent(s): 5d92038

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -11
requirements.txt CHANGED
@@ -1,17 +1,16 @@
1
- torch
2
- torchaudio
3
- soundfile
4
- librosa
5
  gradio
6
  huggingface_hub
 
 
7
 
8
- # Fix faster-whisper / ctranslate2 issue
9
  faster-whisper==0.10.0
10
- ctranslate2==3.24.0 --only-binary=:all:
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