Spaces:
Runtime error
Runtime error
Joseph Catrambone
commited on
Commit
·
b7e9473
1
Parent(s):
bc6c687
Add required open_clip library.
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -4,6 +4,7 @@ huggingface_hub==0.13.3
|
|
4 |
mediapipe==0.9.1.0
|
5 |
numpy
|
6 |
omegaconf
|
|
|
7 |
Pillow==9.4.0
|
8 |
pytorch-lightning==1.9.3
|
9 |
timm
|
|
|
4 |
mediapipe==0.9.1.0
|
5 |
numpy
|
6 |
omegaconf
|
7 |
+
open-clip-torch==2.14.0
|
8 |
Pillow==9.4.0
|
9 |
pytorch-lightning==1.9.3
|
10 |
timm
|