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