Spaces:
Running
Running
@mokollmar
commited on
Commit
·
bec0a15
1
Parent(s):
634702f
and another try
Browse files- CLIP +0 -1
- requirements.txt +5 -2
CLIP
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
Subproject commit dcba3cb2e2827b402d2701e7e1c7d9fed8a20ef1
|
|
|
|
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
|
|
|
|
|
|
|
2 |
pillow
|
3 |
numpy
|
4 |
-
|
|
|
1 |
+
git+https://github.com/openai/CLIP.git
|
2 |
+
torch>=2.0.1
|
3 |
+
torchvision>=0.15.2
|
4 |
+
transformers>=4.43.3
|
5 |
pillow
|
6 |
numpy
|
7 |
+
huggingface-hub
|