Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
opencv-python==4.8.1.78
|
2 |
-
numpy==1.26.2
|
3 |
-
streamlit==1.31.0
|
4 |
-
python-dotenv==1.0.0
|
5 |
-
openai
|
6 |
-
Pillow==10.1.0
|
7 |
-
requests==2.31.0
|
8 |
-
colorama==0.4.6
|
9 |
-
torch>=2.0.0
|
10 |
-
transformers>=4.35.0
|
11 |
-
huggingface-hub>=0.19.0
|
12 |
accelerate>=0.25.0
|
|
|
1 |
+
opencv-python==4.8.1.78
|
2 |
+
numpy==1.26.2
|
3 |
+
streamlit==1.31.0
|
4 |
+
python-dotenv==1.0.0
|
5 |
+
openai
|
6 |
+
Pillow==10.1.0
|
7 |
+
requests==2.31.0
|
8 |
+
colorama==0.4.6
|
9 |
+
torch>=2.0.0
|
10 |
+
transformers>=4.35.0
|
11 |
+
huggingface-hub>=0.19.0
|
12 |
accelerate>=0.25.0
|