Spaces:
Runtime error
Runtime error
main
Browse files- requirements.txt +5 -10
requirements.txt
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
-
|
2 |
-
tensorflow
|
3 |
-
keras
|
4 |
-
numpy
|
5 |
-
plotly
|
6 |
-
wave
|
7 |
-
matplotlib
|
8 |
-
soundfile
|
9 |
torch
|
10 |
torchaudio
|
11 |
-
|
|
|
|
|
|
|
12 |
sentencepiece
|
13 |
-
pipeline
|
|
|
1 |
+
git+https://github.com/huggingface/transformers.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
torch
|
3 |
torchaudio
|
4 |
+
soundfile
|
5 |
+
librosa
|
6 |
+
samplerate
|
7 |
+
resampy
|
8 |
sentencepiece
|
|