Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
PyPDF2
|
| 3 |
-
python-docx
|
| 4 |
-
transformers
|
| 5 |
-
torch
|
| 6 |
-
sentencepiece
|
| 7 |
-
accelerate
|
| 8 |
-
textblob
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
PyPDF2
|
| 3 |
+
python-docx
|
| 4 |
+
transformers
|
| 5 |
+
torch
|
| 6 |
+
sentencepiece
|
| 7 |
+
accelerate
|
| 8 |
+
textblob
|
| 9 |
+
logging
|