Spaces:
Runtime error
Runtime error
burraco135
commited on
Commit
•
121dd0a
1
Parent(s):
7e2ad98
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,2 +1,10 @@
|
|
1 |
gradio
|
2 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
transformers
|
3 |
+
librosa
|
4 |
+
git+https://github.com/huggingface/transformers.git
|
5 |
+
torch
|
6 |
+
torchaudio
|
7 |
+
soundfile
|
8 |
+
samplerate
|
9 |
+
resampy
|
10 |
+
sentencepiece
|