Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -10
requirements.txt
CHANGED
@@ -1,22 +1,25 @@
|
|
|
|
|
|
|
|
|
|
1 |
# Core compatibility
|
2 |
numpy==1.26.4
|
3 |
transformers==4.49.0
|
4 |
-
#
|
5 |
-
|
6 |
-
coqui-tts==0.
|
7 |
-
coqui-tts-trainer==0.2.3
|
8 |
torch==2.6.0 # Or the version best suited for your GPU/CPU
|
9 |
# Video Processing
|
10 |
moviepy==1.0.3
|
11 |
# Web Interface
|
12 |
gradio==5.23.3
|
13 |
# Audio Utilities (optional but often used)
|
14 |
-
soundfile
|
15 |
-
librosa
|
16 |
-
SpeechRecognition
|
17 |
whisperx==3.3.1
|
18 |
-
openai
|
19 |
pillow
|
20 |
-
cvxpy
|
21 |
# pyannote.audio
|
22 |
-
# torchaudio
|
|
|
|
1 |
+
wheel
|
2 |
+
setuptools>=42
|
3 |
+
pip>=23
|
4 |
+
Cmake
|
5 |
# Core compatibility
|
6 |
numpy==1.26.4
|
7 |
transformers==4.49.0
|
8 |
+
# coqpit-config
|
9 |
+
# coqui-tts==0.26.0
|
10 |
+
# coqui-tts-trainer==0.2.3
|
|
|
11 |
torch==2.6.0 # Or the version best suited for your GPU/CPU
|
12 |
# Video Processing
|
13 |
moviepy==1.0.3
|
14 |
# Web Interface
|
15 |
gradio==5.23.3
|
16 |
# Audio Utilities (optional but often used)
|
17 |
+
# soundfile
|
18 |
+
# librosa
|
19 |
+
# SpeechRecognition
|
20 |
whisperx==3.3.1
|
21 |
+
# openai
|
22 |
pillow
|
|
|
23 |
# pyannote.audio
|
24 |
+
# torchaudio
|
25 |
+
cvxpy
|