Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
|
2 |
-
torch>=2.0.
|
3 |
-
|
4 |
-
langchain>=0.1.
|
5 |
-
langchain-
|
6 |
-
|
7 |
-
|
8 |
-
langdetect>=1.0.9
|
9 |
-
requests>=2.31.0
|
|
|
1 |
+
transformers>=4.36.2
|
2 |
+
torch>=2.0.1
|
3 |
+
langchain>=0.1.14
|
4 |
+
langchain-core>=0.1.34
|
5 |
+
langchain-community>=0.0.30
|
6 |
+
langdetect
|
7 |
+
streamlit
|
|
|
|