Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
detectron2 @ git+https://github.com/facebookresearch/detectron2.git
|
2 |
transformers
|
3 |
Pillow
|
4 |
gradio
|
@@ -6,4 +5,5 @@ numpy
|
|
6 |
torch
|
7 |
torchvision
|
8 |
timm
|
9 |
-
seaborn
|
|
|
|
|
|
1 |
transformers
|
2 |
Pillow
|
3 |
gradio
|
|
|
5 |
torch
|
6 |
torchvision
|
7 |
timm
|
8 |
+
seaborn
|
9 |
+
detectron2 @ git+https://github.com/facebookresearch/detectron2.git
|