sakthivinash commited on
Commit
45156bd
Β·
verified Β·
1 Parent(s): 3f5ae29

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -15
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- # TTS library from Coqui
2
  TTS @ git+https://github.com/coqui-ai/[email protected]
3
-
4
- # Specific dependency versions
 
5
  pydantic==1.10.13
6
  python-multipart==0.0.6
7
  typing-extensions>=4.8.0
@@ -10,19 +11,9 @@ mecab-python3==1.0.6
10
  unidic-lite==1.0.8
11
  unidic==1.1.0
12
  langid
 
13
  pydub
14
  librosa
15
  ffmpeg-python
16
  emoji
17
- asyncio
18
- noisereduce==3.0.0
19
-
20
- # Whisper and faster inference
21
- faster-whisper==1.0.1
22
-
23
- # Gradio client for external API interactions
24
- gradio_client
25
-
26
- # DeepSpeed (ensure GPU compatibility if used)
27
- # Adding version to avoid breaking changes
28
- deepspeed>=0.9.5
 
1
+ # Install models and other necessary dependencies
2
  TTS @ git+https://github.com/coqui-ai/[email protected]
3
+ faster-whisper==1.0.1
4
+ llama-cpp-python==0.2.11
5
+ gradio==3.0.0
6
  pydantic==1.10.13
7
  python-multipart==0.0.6
8
  typing-extensions>=4.8.0
 
11
  unidic-lite==1.0.8
12
  unidic==1.1.0
13
  langid
14
+ deepspeed
15
  pydub
16
  librosa
17
  ffmpeg-python
18
  emoji
19
+ noisereduce==3.0.0