Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Core compatibility
|
| 2 |
numpy==1.26.4
|
|
|
|
| 3 |
# Coqui TTS (XTTS v2)
|
| 4 |
coqpit-config
|
| 5 |
coqui-tts==0.26.0
|
|
@@ -13,7 +14,7 @@ gradio==5.23.3
|
|
| 13 |
soundfile
|
| 14 |
librosa
|
| 15 |
SpeechRecognition
|
| 16 |
-
whisperx
|
| 17 |
openai
|
| 18 |
pillow
|
| 19 |
# pyannote.audio
|
|
|
|
| 1 |
# Core compatibility
|
| 2 |
numpy==1.26.4
|
| 3 |
+
transformer=4.49.0
|
| 4 |
# Coqui TTS (XTTS v2)
|
| 5 |
coqpit-config
|
| 6 |
coqui-tts==0.26.0
|
|
|
|
| 14 |
soundfile
|
| 15 |
librosa
|
| 16 |
SpeechRecognition
|
| 17 |
+
whisperx==3.3.1
|
| 18 |
openai
|
| 19 |
pillow
|
| 20 |
# pyannote.audio
|