Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
torch==2.2.0
|
2 |
-
torchaudio
|
3 |
-
numpy==1.23.5
|
4 |
-
soundfile
|
5 |
-
sounddevice
|
6 |
-
pyaudio
|
7 |
infer-rvc-python==1.1.0
|
|
|
8 |
pedalboard
|
9 |
noisereduce
|
10 |
-
|
11 |
|
12 |
|
|
|
1 |
torch==2.2.0
|
|
|
|
|
|
|
|
|
|
|
2 |
infer-rvc-python==1.1.0
|
3 |
+
edge-tts
|
4 |
pedalboard
|
5 |
noisereduce
|
6 |
+
numpy==1.23.5
|
7 |
|
8 |
|