jbilcke-hf HF staff commited on
Commit
8ba4931
1 Parent(s): c2b193a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -14
requirements.txt CHANGED
@@ -53,19 +53,10 @@ encodec==0.1.*
53
  # deps for XTTS
54
  unidecode==1.3.*
55
  langid
56
- # Install Coqui TTS
57
- TTS==0.20.2
58
- cutlet
59
- # mecab and unidic required for japanese
60
- mecab-python3==1.0.6
61
- unidic-lite==1.0.8
62
-
63
- # Deepspeed for fast inference
64
  deepspeed==0.11.1
65
  pydub
66
- librosa
67
- ffmpeg-python
68
- gradio_client
69
- emoji
70
- asyncio
71
- noisereduce==3.0.0
 
53
  # deps for XTTS
54
  unidecode==1.3.*
55
  langid
56
+ # Install tts
57
+ git+https://github.com/coqui-ai/tts.git@v0.20.2
 
 
 
 
 
 
58
  deepspeed==0.11.1
59
  pydub
60
+ cutlet
61
+ mecab-python3==1.0.6
62
+ unidic-lite==1.0.8