Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
streamlit
|
2 |
-
transformers
|
3 |
-
torch
|
4 |
-
TTS
|
5 |
PyPDF2
|
6 |
python-docx
|
7 |
-
sentencepiece
|
8 |
-
numpy
|
9 |
-
scipy
|
10 |
numba
|
11 |
-
librosa
|
12 |
|
13 |
|
14 |
|
|
|
1 |
+
streamlit
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
TTS
|
5 |
PyPDF2
|
6 |
python-docx
|
7 |
+
sentencepiece
|
8 |
+
numpy
|
9 |
+
scipy
|
10 |
numba
|
11 |
+
librosa
|
12 |
|
13 |
|
14 |
|