Update requirements.txt
Browse files- requirements.txt +0 -9
requirements.txt
CHANGED
@@ -1,17 +1,8 @@
|
|
1 |
-
# Core dependencies
|
2 |
gradio==3.50.2
|
3 |
numpy==1.26.0
|
4 |
-
|
5 |
-
# Audio processing
|
6 |
librosa==0.10.1
|
7 |
soundfile==0.12.1
|
8 |
-
pydub==0.25.1
|
9 |
-
|
10 |
-
# Machine Learning
|
11 |
torch==2.2.1
|
12 |
transformers==4.38.2
|
13 |
matplotlib==3.8.2
|
14 |
-
|
15 |
-
# Additional utilities
|
16 |
scipy==1.12.0
|
17 |
-
pandas==2.1.4
|
|
|
|
|
1 |
gradio==3.50.2
|
2 |
numpy==1.26.0
|
|
|
|
|
3 |
librosa==0.10.1
|
4 |
soundfile==0.12.1
|
|
|
|
|
|
|
5 |
torch==2.2.1
|
6 |
transformers==4.38.2
|
7 |
matplotlib==3.8.2
|
|
|
|
|
8 |
scipy==1.12.0
|
|