Upload folder using huggingface_hub
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
gradio
|
2 |
torch
|
3 |
-
|
4 |
librosa
|
5 |
numpy
|
6 |
sentencepiece
|
7 |
transformers
|
8 |
-
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
torch
|
3 |
+
torchaudio
|
4 |
librosa
|
5 |
numpy
|
6 |
sentencepiece
|
7 |
transformers
|
8 |
+
soundfile
|
9 |
+
cached_path
|
10 |
+
requests
|
11 |
+
huggingface_hub
|