Spaces:
Sleeping
Sleeping
Create additional_requirements.txt
Browse files- additional_requirements.txt +11 -0
additional_requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
gradio
|
3 |
+
openai
|
4 |
+
numpy
|
5 |
+
pillow
|
6 |
+
matplotlib
|
7 |
+
ultralytics
|
8 |
+
segment-anything
|
9 |
+
opencv-python
|
10 |
+
mmcv
|
11 |
+
git+https://github.com/AILab-CVC/YOLO-World.git
|