Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +22 -0
requirements.txt
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wheel
|
2 |
+
uvicorn
|
3 |
+
fastapi
|
4 |
+
numpy
|
5 |
+
requests
|
6 |
+
librosa
|
7 |
+
sox
|
8 |
+
scipy
|
9 |
+
pandas
|
10 |
+
fuzzywuzzy
|
11 |
+
pydantic
|
12 |
+
python-multipart
|
13 |
+
transformers
|
14 |
+
torch
|
15 |
+
torchaudio
|
16 |
+
joblib
|
17 |
+
https://github.com/kpu/kenlm/archive/master.zip
|
18 |
+
pyctcdecode
|
19 |
+
onnxruntime
|
20 |
+
onnx
|
21 |
+
python-dotenv
|
22 |
+
gradio
|