Spaces:
Runtime error
Runtime error
Commit
·
b0e88f3
1
Parent(s):
6ca7e3b
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -11,8 +11,8 @@ sentencepiece
|
|
| 11 |
soundfile; platform_system == "Windows"
|
| 12 |
sox; platform_system != "Windows"
|
| 13 |
transformers
|
| 14 |
-
torch
|
| 15 |
-
torchaudio
|
| 16 |
deepfilternet
|
| 17 |
matplotlib
|
| 18 |
Pillow
|
|
|
|
| 11 |
soundfile; platform_system == "Windows"
|
| 12 |
sox; platform_system != "Windows"
|
| 13 |
transformers
|
| 14 |
+
torch==1.13.0
|
| 15 |
+
torchaudio==0.13
|
| 16 |
deepfilternet
|
| 17 |
matplotlib
|
| 18 |
Pillow
|