Spaces:
Runtime error
Runtime error
ahmedJaafari
commited on
Commit
·
91a6ab9
1
Parent(s):
c8dd296
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers==4.17.0
|
3 |
+
streamlit
|
4 |
+
torchaudio
|
5 |
+
librosa
|
6 |
+
soundfile
|
7 |
+
datasets
|
8 |
+
pyctcdecode
|
9 |
+
numpy
|
10 |
+
https://github.com/kpu/kenlm/archive/master.zip
|