Spaces:
Runtime error
Runtime error
Eddycrack864
commited on
Commit
•
2ba9ee1
1
Parent(s):
4372559
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -2,9 +2,10 @@ 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 |
-
|
|
|
8 |
einops==0.6.0
|
9 |
future==0.18.2
|
10 |
julius==0.2.7
|
@@ -29,9 +30,9 @@ pytorch_lightning==2.0.0
|
|
29 |
PyYAML==6.0
|
30 |
resampy==0.2.2
|
31 |
scipy==1.9.3
|
32 |
-
soundfile
|
33 |
soundstretch==1.2
|
34 |
-
torch==
|
35 |
tqdm
|
36 |
urllib3==1.26.12
|
37 |
wget==3.2
|
@@ -39,5 +40,4 @@ samplerate==0.1.0
|
|
39 |
screeninfo==0.8.1
|
40 |
PySoundFile==0.9.0.post1; sys_platform != 'windows'
|
41 |
SoundFile==0.9.0; sys_platform == 'windows'
|
42 |
-
|
43 |
-
gradio >= 3.19
|
|
|
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
|
|