Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -6,7 +6,7 @@ setuptools
|
|
6 |
|
7 |
# Audio processing
|
8 |
ffmpeg
|
9 |
-
librosa==0.9.
|
10 |
scipy==1.9.3
|
11 |
soundfile>=0.12.1
|
12 |
faiss-cpu==1.7.3
|
@@ -15,7 +15,7 @@ praat-parselmouth>=0.4.2
|
|
15 |
|
16 |
# Machine learning and deep learning
|
17 |
torch
|
18 |
-
numba==0.
|
19 |
numpy==1.23.5
|
20 |
fairseq==0.12.2
|
21 |
torchcrepe
|
@@ -30,4 +30,4 @@ gradio==4.36.0
|
|
30 |
# Miscellaneous utilities
|
31 |
edge-tts
|
32 |
yt_dlp
|
33 |
-
httpx
|
|
|
6 |
|
7 |
# Audio processing
|
8 |
ffmpeg
|
9 |
+
librosa==0.9.1
|
10 |
scipy==1.9.3
|
11 |
soundfile>=0.12.1
|
12 |
faiss-cpu==1.7.3
|
|
|
15 |
|
16 |
# Machine learning and deep learning
|
17 |
torch
|
18 |
+
numba==0.56.4
|
19 |
numpy==1.23.5
|
20 |
fairseq==0.12.2
|
21 |
torchcrepe
|
|
|
30 |
# Miscellaneous utilities
|
31 |
edge-tts
|
32 |
yt_dlp
|
33 |
+
httpx
|