Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -11
requirements.txt
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
transformers==4.44.2
|
6 |
datasets
|
7 |
-
openai
|
8 |
-
gradio
|
9 |
-
uvloop==0.20.0
|
10 |
-
litserve==0.2.3
|
11 |
-
huggingface_hub
|
12 |
git+https://github.com/facebookresearch/segment-anything-2@c2ec8e14a185632b0a5d8b161928ceb50197eddc
|
13 |
-
|
14 |
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
numpy
|
4 |
+
transformers
|
|
|
5 |
datasets
|
6 |
+
openai
|
7 |
+
gradio
|
|
|
|
|
|
|
8 |
git+https://github.com/facebookresearch/segment-anything-2@c2ec8e14a185632b0a5d8b161928ceb50197eddc
|
9 |
+
|
10 |
|