Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
6f97aba
1
Parent(s):
14d842d
Create requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.2.0
|
2 |
+
infer-rvc-python==1.1.0
|
3 |
+
wheel
|
4 |
+
setuptools
|
5 |
+
ffmpeg
|
6 |
+
numba==0.56.4
|
7 |
+
numpy==1.23.5
|
8 |
+
scipy==1.9.3
|
9 |
+
faiss-cpu==1.7.3
|
10 |
+
gradio #==3.40.1
|
11 |
+
gradio-client #==0.8.1
|
12 |
+
soundfile>=0.12.1
|
13 |
+
praat-parselmouth>=0.4.2
|
14 |
+
httpx==0.23.0
|
15 |
+
tensorboard
|
16 |
+
tensorboardX
|
17 |
+
torchcrepe
|
18 |
+
onnxruntime
|
19 |
+
pyOpenSSL==24.0.0
|