Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse filesremoved torch as we're installing it ourselves
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -33,7 +33,7 @@ resampy==0.2.2
|
|
33 |
scipy==1.9.3
|
34 |
soundfile
|
35 |
soundstretch==1.2
|
36 |
-
torch==2.0.1
|
37 |
tqdm
|
38 |
urllib3==1.26.12
|
39 |
wget==3.2
|
|
|
33 |
scipy==1.9.3
|
34 |
soundfile
|
35 |
soundstretch==1.2
|
36 |
+
#torch==2.0.1
|
37 |
tqdm
|
38 |
urllib3==1.26.12
|
39 |
wget==3.2
|