Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -19,8 +19,8 @@ scipy
|
|
19 |
sounddevice
|
20 |
soundfile
|
21 |
speechbrain
|
22 |
-
torch
|
23 |
-
torchaudio
|
24 |
torch_complex
|
25 |
tqdm
|
26 |
urllib3
|
|
|
19 |
sounddevice
|
20 |
soundfile
|
21 |
speechbrain
|
22 |
+
torch==1.11.0
|
23 |
+
torchaudio==1.11.0
|
24 |
torch_complex
|
25 |
tqdm
|
26 |
urllib3
|