Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -8,16 +8,15 @@ gruut==2.2.3
|
|
| 8 |
numpy==1.26.4
|
| 9 |
transformers==4.49.0
|
| 10 |
coqpit-config
|
| 11 |
-
|
| 12 |
-
|
| 13 |
torch==2.6.0 # Or the version best suited for your GPU/CPU
|
| 14 |
# Video Processing
|
| 15 |
moviepy==2.0.0
|
| 16 |
gradio==5.23.3
|
| 17 |
# soundfile
|
| 18 |
# librosa
|
| 19 |
-
|
| 20 |
-
# whisperx==3.3.1
|
| 21 |
openai
|
| 22 |
pillow
|
| 23 |
# pyannote.audio
|
|
|
|
| 8 |
numpy==1.26.4
|
| 9 |
transformers==4.49.0
|
| 10 |
coqpit-config
|
| 11 |
+
coqui-tts==0.26.0
|
| 12 |
+
coqui-tts-trainer==0.2.3
|
| 13 |
torch==2.6.0 # Or the version best suited for your GPU/CPU
|
| 14 |
# Video Processing
|
| 15 |
moviepy==2.0.0
|
| 16 |
gradio==5.23.3
|
| 17 |
# soundfile
|
| 18 |
# librosa
|
| 19 |
+
whisperx==3.3.1
|
|
|
|
| 20 |
openai
|
| 21 |
pillow
|
| 22 |
# pyannote.audio
|