Upload requirements.txt
Browse filesWith this change, the demo will start. If it works weird, you can change Gradio back to 3.
- requirements.txt +20 -21
requirements.txt
CHANGED
|
@@ -1,22 +1,21 @@
|
|
| 1 |
-
wheel
|
| 2 |
-
setuptools
|
| 3 |
-
ffmpeg
|
| 4 |
-
kaleido
|
| 5 |
-
numba==0.56.4
|
| 6 |
-
numpy==1.23.5
|
| 7 |
-
scipy==1.9.3
|
| 8 |
-
librosa==0.9.1
|
| 9 |
-
fairseq==0.12.2
|
| 10 |
-
faiss-cpu==1.7.3
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
edge-tts
|
| 22 |
yt_dlp
|
|
|
|
| 1 |
+
wheel
|
| 2 |
+
setuptools
|
| 3 |
+
ffmpeg
|
| 4 |
+
kaleido
|
| 5 |
+
numba==0.56.4
|
| 6 |
+
numpy==1.23.5
|
| 7 |
+
scipy==1.9.3
|
| 8 |
+
librosa==0.9.1
|
| 9 |
+
fairseq==0.12.2
|
| 10 |
+
faiss-cpu==1.7.3
|
| 11 |
+
pyworld>=0.3.2
|
| 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 |
+
demucs
|
| 20 |
+
edge-tts
|
|
|
|
| 21 |
yt_dlp
|