Spaces:
Runtime error
Runtime error
Commit
·
4db1cc2
1
Parent(s):
de1893e
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -2,6 +2,10 @@ soundfile
|
|
2 |
numpy
|
3 |
torch==2.0.1
|
4 |
torchvision==0.15.2
|
|
|
|
|
|
|
|
|
5 |
tokenizers
|
6 |
encodec
|
7 |
langid
|
|
|
2 |
numpy
|
3 |
torch==2.0.1
|
4 |
torchvision==0.15.2
|
5 |
+
torchaudio
|
6 |
+
deepfilternet==0.4.0
|
7 |
+
matplotlib==3.6
|
8 |
+
Pillow==9.3
|
9 |
tokenizers
|
10 |
encodec
|
11 |
langid
|