Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio
|
2 |
numpy
|
3 |
torch
|
|
|
4 |
opencv-python
|
5 |
detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
|
|
|
1 |
gradio
|
2 |
numpy
|
3 |
torch
|
4 |
+
timm
|
5 |
opencv-python
|
6 |
detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
|