Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,18 +1,17 @@
|
|
| 1 |
wheel
|
| 2 |
setuptools
|
| 3 |
ffmpeg
|
| 4 |
-
torch
|
| 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 |
-
gradio==
|
| 12 |
-
pyworld
|
| 13 |
soundfile>=0.12.1
|
| 14 |
praat-parselmouth>=0.4.2
|
| 15 |
-
httpx
|
| 16 |
tensorboard
|
| 17 |
tensorboardX
|
| 18 |
torchcrepe
|
|
|
|
| 1 |
wheel
|
| 2 |
setuptools
|
| 3 |
ffmpeg
|
|
|
|
| 4 |
numba==0.56.4
|
| 5 |
numpy==1.23.5
|
| 6 |
scipy==1.9.3
|
| 7 |
librosa==0.9.1
|
| 8 |
fairseq==0.12.2
|
| 9 |
faiss-cpu==1.7.3
|
| 10 |
+
gradio==3.41.0
|
| 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
|