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