Upload folder using huggingface_hub
Browse files- packages.txt +4 -0
- requirements.txt +8 -2
packages.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
python3-dev
|
| 2 |
+
ffmpeg
|
| 3 |
+
build-essential
|
| 4 |
+
aria2
|
requirements.txt
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
mercury>=2.2.6
|
| 2 |
joblib>=1.1.0
|
| 3 |
-
numba
|
| 4 |
-
numpy
|
| 5 |
scipy
|
| 6 |
librosa==0.9.1
|
| 7 |
llvmlite
|
| 8 |
fairseq
|
| 9 |
faiss-cpu
|
|
|
|
| 10 |
gradio==4.23.0
|
| 11 |
Cython
|
| 12 |
pydub>=0.25.1
|
|
@@ -47,3 +48,8 @@ torchfcpe
|
|
| 47 |
ffmpy==0.3.1
|
| 48 |
python-dotenv>=1.0.0
|
| 49 |
av
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
mercury>=2.2.6
|
| 2 |
joblib>=1.1.0
|
| 3 |
+
numba==0.56.4
|
| 4 |
+
numpy==1.23.5
|
| 5 |
scipy
|
| 6 |
librosa==0.9.1
|
| 7 |
llvmlite
|
| 8 |
fairseq
|
| 9 |
faiss-cpu
|
| 10 |
+
faiss-gpu
|
| 11 |
gradio==4.23.0
|
| 12 |
Cython
|
| 13 |
pydub>=0.25.1
|
|
|
|
| 48 |
ffmpy==0.3.1
|
| 49 |
python-dotenv>=1.0.0
|
| 50 |
av
|
| 51 |
+
setuptools
|
| 52 |
+
wheel
|
| 53 |
+
|
| 54 |
+
ffmpeg
|
| 55 |
+
|