Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -5,5 +5,6 @@ numpy==2.2.1
|
|
5 |
opencv_python==4.10.0.84
|
6 |
Pillow==11.0.0
|
7 |
Requests==2.32.3
|
|
|
8 |
torch
|
9 |
transformers[timm]
|
|
|
5 |
opencv_python==4.10.0.84
|
6 |
Pillow==11.0.0
|
7 |
Requests==2.32.3
|
8 |
+
librosa==0.10.2.post1
|
9 |
torch
|
10 |
transformers[timm]
|