Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
-
install torch
|
3 |
torchaudio
|
4 |
transformers
|
5 |
ffmpeg-python
|
6 |
soundfile
|
|
|
7 |
gradio
|
|
|
1 |
+
torch
|
|
|
2 |
torchaudio
|
3 |
transformers
|
4 |
ffmpeg-python
|
5 |
soundfile
|
6 |
+
sentencepiece
|
7 |
gradio
|