kevinwang676 commited on
Commit
46c1226
1 Parent(s): 32e19bf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -6
requirements.txt CHANGED
@@ -1,6 +1,13 @@
1
- git+https://github.com/suno-ai/bark.git
2
- git+https://github.com/Edresson/Coqui-TTS@multilingual-torchaudio-SE
3
- torchaudio
4
- pydub
5
- ffmpeg-normalize==1.21.0
6
- numpy
 
 
 
 
 
 
 
 
1
+ fairseq; platform_system != "Windows"
2
+ fairseq@https://github.com/Sharrnah/fairseq/releases/download/v0.12.4/fairseq-0.12.4-cp310-cp310-win_amd64.whl; platform_system == "Windows"
3
+ audiolm-pytorch
4
+ gradio
5
+ funcy
6
+ linkify
7
+ mutagen
8
+ pytorch_seed
9
+ pyyaml
10
+ sentencepiece
11
+ soundfile; platform_system == "Windows"
12
+ sox; platform_system != "Windows"
13
+ transformers