Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -7,4 +7,8 @@ openai
|
|
7 |
gradio
|
8 |
git+https://github.com/facebookresearch/segment-anything-2@c2ec8e14a185632b0a5d8b161928ceb50197eddc
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
7 |
gradio
|
8 |
git+https://github.com/facebookresearch/segment-anything-2@c2ec8e14a185632b0a5d8b161928ceb50197eddc
|
9 |
|
10 |
+
litserve==0.2.3
|
11 |
+
uvloop==0.20.0
|
12 |
+
opencv-python-headless==4.10.0.84
|
13 |
+
pydantic==2.9.2
|
14 |
+
supervision==0.23.0
|