Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
torch
|
2 |
transformers
|
3 |
scipy
|
|
|
|
|
4 |
soundfile
|
5 |
gradio
|
6 |
matplotlib
|
7 |
huggingface_hub
|
8 |
-
sentencepiece
|
|
|
1 |
torch
|
2 |
transformers
|
3 |
scipy
|
4 |
+
numpy
|
5 |
+
datasets
|
6 |
soundfile
|
7 |
gradio
|
8 |
matplotlib
|
9 |
huggingface_hub
|
10 |
+
sentencepiece
|