Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
git+https://github.com/openai/CLIP.git
|
3 |
+
torch
|
4 |
+
gradio
|
5 |
+
opencv-python-headless
|
6 |
+
numpy
|
7 |
+
Pillow
|