Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +32 -14
requirements.txt
CHANGED
@@ -1,16 +1,34 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
accelerate>=0.
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
datasets[audio]>=2.14.0
|
13 |
-
encodec>=0.1.1
|
14 |
librosa>=0.10.1
|
15 |
-
|
|
|
|
|
|
|
|
|
16 |
scipy>=1.11.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core dependencies - tested versions for compatibility
|
2 |
+
gradio>=4.44.0
|
3 |
+
torch==2.6.0
|
4 |
+
torchvision==0.17.0
|
5 |
+
torchaudio==2.0.2
|
6 |
+
transformers>=4.45.0
|
7 |
+
accelerate>=0.34.0
|
8 |
+
safetensors>=0.4.0
|
9 |
+
|
10 |
+
# Ultravox dependencies
|
11 |
+
git+https://github.com/fixie-ai/ultravox.git
|
|
|
|
|
12 |
librosa>=0.10.1
|
13 |
+
soundfile>=0.12.1
|
14 |
+
datasets>=2.20.0
|
15 |
+
|
16 |
+
# Dia TTS dependencies
|
17 |
+
git+https://github.com/nari-labs/dia.git
|
18 |
scipy>=1.11.0
|
19 |
+
numpy>=1.24.0
|
20 |
+
|
21 |
+
# Emotion recognition and audio processing
|
22 |
+
speechbrain>=1.0.0
|
23 |
+
webrtcvad>=2.0.10
|
24 |
+
pyaudio>=0.2.11
|
25 |
+
|
26 |
+
# HuggingFace and utilities
|
27 |
+
huggingface_hub>=0.24.0
|
28 |
+
requests>=2.31.0
|
29 |
+
psutil>=5.9.0
|
30 |
+
threading-utils>=0.3.0
|
31 |
+
|
32 |
+
# Memory and performance optimization
|
33 |
+
memory-profiler>=0.61.0
|
34 |
+
py-spy>=0.3.14
|