Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ librosa==0.9.1
|
|
| 6 |
llvmlite==0.39.0
|
| 7 |
fairseq==0.12.2
|
| 8 |
faiss-cpu==1.7.3
|
| 9 |
-
gradio
|
| 10 |
Cython
|
| 11 |
pydub>=0.25.1
|
| 12 |
soundfile>=0.12.1
|
|
@@ -42,10 +42,10 @@ audioread
|
|
| 42 |
uvicorn>=0.21.1
|
| 43 |
colorama>=0.4.5
|
| 44 |
pyworld>=0.3.2
|
| 45 |
-
httpx
|
| 46 |
onnxruntime-gpu
|
| 47 |
torchcrepe==0.0.20
|
| 48 |
mega.py
|
| 49 |
gdown
|
| 50 |
gTTS
|
| 51 |
-
elevenlabs
|
|
|
|
| 6 |
llvmlite==0.39.0
|
| 7 |
fairseq==0.12.2
|
| 8 |
faiss-cpu==1.7.3
|
| 9 |
+
gradio==3.34.0
|
| 10 |
Cython
|
| 11 |
pydub>=0.25.1
|
| 12 |
soundfile>=0.12.1
|
|
|
|
| 42 |
uvicorn>=0.21.1
|
| 43 |
colorama>=0.4.5
|
| 44 |
pyworld>=0.3.2
|
| 45 |
+
httpx==0.23.0
|
| 46 |
onnxruntime-gpu
|
| 47 |
torchcrepe==0.0.20
|
| 48 |
mega.py
|
| 49 |
gdown
|
| 50 |
gTTS
|
| 51 |
+
elevenlabs
|