Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
scikit-learn
|
2 |
altgraph==0.17.3
|
3 |
audioread==3.0.0
|
4 |
certifi==2022.12.7
|
5 |
cffi==1.15.1
|
6 |
-
cryptography
|
7 |
diffq==0.2.3
|
8 |
-
|
|
|
9 |
einops==0.6.0
|
10 |
future==0.18.2
|
11 |
julius==0.2.7
|
@@ -30,9 +30,9 @@ pytorch_lightning==2.0.0
|
|
30 |
PyYAML==6.0
|
31 |
resampy==0.2.2
|
32 |
scipy==1.9.3
|
33 |
-
soundfile
|
34 |
soundstretch==1.2
|
35 |
-
torch==
|
36 |
tqdm
|
37 |
urllib3==1.26.12
|
38 |
wget==3.2
|
@@ -40,5 +40,4 @@ samplerate==0.1.0
|
|
40 |
screeninfo==0.8.1
|
41 |
PySoundFile==0.9.0.post1; sys_platform != 'windows'
|
42 |
SoundFile==0.9.0; sys_platform == 'windows'
|
43 |
-
|
44 |
-
gradio >= 3.19
|
|
|
|
|
1 |
altgraph==0.17.3
|
2 |
audioread==3.0.0
|
3 |
certifi==2022.12.7
|
4 |
cffi==1.15.1
|
5 |
+
cryptography
|
6 |
diffq==0.2.3
|
7 |
+
argparse
|
8 |
+
git+https://github.com/NathanEpstein/Dora
|
9 |
einops==0.6.0
|
10 |
future==0.18.2
|
11 |
julius==0.2.7
|
|
|
30 |
PyYAML==6.0
|
31 |
resampy==0.2.2
|
32 |
scipy==1.9.3
|
33 |
+
soundfile
|
34 |
soundstretch==1.2
|
35 |
+
torch==2.0.1
|
36 |
tqdm
|
37 |
urllib3==1.26.12
|
38 |
wget==3.2
|
|
|
40 |
screeninfo==0.8.1
|
41 |
PySoundFile==0.9.0.post1; sys_platform != 'windows'
|
42 |
SoundFile==0.9.0; sys_platform == 'windows'
|
43 |
+
gradio == 3.19
|
|