Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
git+https://github.com/openai/CLIP.git
|
4 |
-
pandas
|
5 |
-
numpy
|
6 |
-
opencv-python
|
7 |
gradio
|
|
|
|
|
|
|
8 |
scipy
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
numpy
|
3 |
+
tensorflow
|
4 |
+
Pillow
|
5 |
scipy
|
6 |
+
torch
|
7 |
+
git+https://github.com/openai/CLIP.git
|