Spaces:
Build error
Build error
Commit
·
9dea29e
1
Parent(s):
c3911b7
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
transformers
|
2 |
sentencepiece
|
|
|
3 |
textwrap3
|
4 |
nltk
|
|
|
5 |
youtube-dl
|
6 |
SpeechRecognition
|
7 |
imageio==2.4.1
|
|
|
1 |
transformers
|
2 |
sentencepiece
|
3 |
+
torch
|
4 |
textwrap3
|
5 |
nltk
|
6 |
+
scikit-learn
|
7 |
youtube-dl
|
8 |
SpeechRecognition
|
9 |
imageio==2.4.1
|