Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -10,5 +10,6 @@ torch==1.13.1
|
|
| 10 |
nltk==3.7
|
| 11 |
pillow
|
| 12 |
bs4
|
|
|
|
| 13 |
streamlit_chat
|
| 14 |
PyPDF2
|
|
|
|
| 10 |
nltk==3.7
|
| 11 |
pillow
|
| 12 |
bs4
|
| 13 |
+
transformers[torch]
|
| 14 |
streamlit_chat
|
| 15 |
PyPDF2
|