Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
farm-haystack[inference]
|
2 |
datasets
|
3 |
python-dotenv
|
4 |
-
chainlit
|
|
|
|
|
|
|
|
|
|
1 |
farm-haystack[inference]
|
2 |
datasets
|
3 |
python-dotenv
|
4 |
+
chainlit
|
5 |
+
pydantic
|
6 |
+
torch
|
7 |
+
transformers
|
8 |
+
streamlit
|