AAAAAAAyq
commited on
Commit
·
e03ed2b
1
Parent(s):
dd88028
Fix clip
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,8 @@
|
|
| 2 |
matplotlib==3.2.2
|
| 3 |
numpy
|
| 4 |
opencv-python
|
| 5 |
-
|
|
|
|
| 6 |
# Pillow>=7.1.2
|
| 7 |
# PyYAML>=5.3.1
|
| 8 |
# requests>=2.23.0
|
|
|
|
| 2 |
matplotlib==3.2.2
|
| 3 |
numpy
|
| 4 |
opencv-python
|
| 5 |
+
|
| 6 |
+
git+https://github.com/openai/CLIP.git
|
| 7 |
# Pillow>=7.1.2
|
| 8 |
# PyYAML>=5.3.1
|
| 9 |
# requests>=2.23.0
|