Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
torchvision
|
4 |
transformers
|
|
|
|
|
|
|
|
|
5 |
pillow
|
6 |
numpy
|
7 |
-
|
8 |
-
opencv-python-headless
|
|
|
1 |
+
streamlit==1.24.0
|
2 |
+
modelscope==1.4.2
|
|
|
3 |
transformers
|
4 |
+
torch==2.0.1
|
5 |
+
torchvision==0.15.2
|
6 |
+
open_clip_torch
|
7 |
+
pytorch-lightning
|
8 |
pillow
|
9 |
numpy
|
10 |
+
huggingface-hub
|
|