Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
open_clip_torch
|
3 |
+
torch
|
4 |
+
torchvision
|
5 |
+
transformers
|
6 |
+
requests
|
7 |
+
Pillow
|
8 |
+
numpy
|
9 |
+
pandas
|
10 |
+
matplotlib
|
11 |
+
scikit-learn
|
12 |
+
scipy
|
13 |
+
opencv-python-headless
|
14 |
+
inference_sdk
|