Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -12
requirements.txt
CHANGED
|
@@ -1,13 +1,7 @@
|
|
| 1 |
-
torch
|
| 2 |
-
|
| 3 |
-
torchaudio==2.9.1
|
| 4 |
-
infer-rvc-python
|
| 5 |
-
edge_tts==7.2.7
|
| 6 |
-
pedalboard
|
| 7 |
-
noisereduce
|
| 8 |
numpy==1.23.5
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
matplotlib-inline
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchaudio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
numpy==1.23.5
|
| 4 |
+
scipy
|
| 5 |
+
librosa
|
| 6 |
+
faiss-cpu
|
| 7 |
+
gradio_client
|
|
|