Spaces:
Runtime error
Runtime error
Upload requirements (1).txt
Browse files- requirements (1).txt +14 -0
requirements (1).txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/openai/whisper.git
|
2 |
+
transformers
|
3 |
+
gradio
|
4 |
+
torch
|
5 |
+
torchaudio
|
6 |
+
torchvision
|
7 |
+
noisereduce
|
8 |
+
librosa
|
9 |
+
soundfile
|
10 |
+
dash
|
11 |
+
dash_bootstrap_components
|
12 |
+
scipy
|
13 |
+
lightgbm
|
14 |
+
scikit-learn==1.2.2
|