Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
-
torch
|
2 |
torchaudio
|
3 |
-
numpy
|
4 |
soundfile
|
5 |
sounddevice
|
6 |
pyaudio
|
7 |
-
infer-rvc-python
|
8 |
pedalboard
|
9 |
-
noisereduce
|
|
|
|
|
|
|
|
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 |
+
edge-tts
|
11 |
+
|
12 |
+
|