Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
1 |
+
streamlit>=1.24.0
|
2 |
+
torch>=1.7.1
|
3 |
+
torchvision>=0.8.2
|
4 |
+
open_clip_torch>=2.20.0
|
5 |
+
Pillow>=8.1.0
|