Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -9,4 +9,8 @@ pathlib
|
|
| 9 |
# Fix for "No module named torchcodec" error:
|
| 10 |
torch==2.3.1
|
| 11 |
torchaudio==2.3.1
|
| 12 |
-
soundfile>=0.12.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
# Fix for "No module named torchcodec" error:
|
| 10 |
torch==2.3.1
|
| 11 |
torchaudio==2.3.1
|
| 12 |
+
soundfile>=0.12.1
|
| 13 |
+
# NEW PRO FEATURES:
|
| 14 |
+
pyloudnorm>=0.1.1
|
| 15 |
+
basic-pitch>=0.2.4
|
| 16 |
+
imageio==2.33.1
|