Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
Pillow==10.0.1
|
6 |
huggingface-hub>=0.19.0
|
7 |
protobuf>=3.20.0
|
8 |
langchain>=0.0.350
|
|
|
1 |
+
streamlit>=1.28.0
|
2 |
+
torch>=2.0.1
|
3 |
+
transformers>=4.47.1
|
4 |
+
Pillow>=10.0.1
|
|
|
5 |
huggingface-hub>=0.19.0
|
6 |
protobuf>=3.20.0
|
7 |
langchain>=0.0.350
|