Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==2.2.7
|
2 |
+
detectron2 @ https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html
|
3 |
+
numpy==1.20.3
|
4 |
+
opencv-python-headless==4.5.3.56
|
5 |
+
Pillow==8.3.2
|
6 |
+
torch==1.9.0
|
7 |
+
torchvision==0.10.0
|
8 |
+
langchain==0.1.5
|