Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
gradio
|
|
|
2 |
torch
|
3 |
-
torchvision
|
4 |
torchaudio
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
1 |
gradio
|
2 |
+
git+https://github.com/huggingface/transformers
|
3 |
torch
|
|
|
4 |
torchaudio
|
5 |
+
playsound
|
6 |
+
scipy
|
7 |
+
soundfile
|
8 |
+
sentencepiece
|