Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
gradio
|
2 |
-
librosa
|
3 |
tensorflow
|
4 |
keras
|
5 |
numpy
|
6 |
plotly
|
7 |
wave
|
8 |
matplotlib
|
9 |
-
soundfile
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
|
|
2 |
tensorflow
|
3 |
keras
|
4 |
numpy
|
5 |
plotly
|
6 |
wave
|
7 |
matplotlib
|
8 |
+
soundfile
|
9 |
+
torch
|
10 |
+
torchaudio
|
11 |
+
transformers
|
12 |
+
sentencepiece
|