Spaces:
Runtime error
Runtime error
adding clip dependency
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -3,5 +3,8 @@ gradio
|
|
| 3 |
pillow
|
| 4 |
transformers
|
| 5 |
timm
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
adlike
|
| 7 |
-
|
|
|
|
| 3 |
pillow
|
| 4 |
transformers
|
| 5 |
timm
|
| 6 |
+
git+https://github.com/openai/CLIP.git
|
| 7 |
+
ftfy
|
| 8 |
+
regex
|
| 9 |
+
tqdm
|
| 10 |
adlike
|
|
|