Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
c0749b5
1
Parent(s):
b2cb3d5
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers
|
| 2 |
+
gdown
|
| 3 |
+
torch
|
| 4 |
+
numpy
|
| 5 |
+
tqdm
|
| 6 |
+
Pillow
|
| 7 |
+
scikit-image
|
| 8 |
+
git+https://github.com/openai/CLIP.git
|