Spaces:
Running
Running
Add sentencepiece requirement for M2M
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,5 +2,6 @@ datasets
|
|
2 |
librosa
|
3 |
pycountry
|
4 |
scipy
|
|
|
5 |
transformers
|
6 |
torch
|
|
|
2 |
librosa
|
3 |
pycountry
|
4 |
scipy
|
5 |
+
sentencepiece
|
6 |
transformers
|
7 |
torch
|