Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
espnet
|
2 |
+
numpy==1.22.4
|
3 |
+
scipy==1.7.3
|
4 |
+
librosa==0.9.2
|
5 |
+
torch
|
6 |
+
torchaudio
|
7 |
+
indic-num2words==1.0.1
|
8 |
+
indic_unified_parser==1.0.6 # Rare chance this would be used, if then clean the script
|
9 |
+
fastapi
|
10 |
+
uvicorn
|