Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
@@ -1,6 +1,16 @@
|
|
1 |
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.10/index.html
|
|
|
|
|
|
|
3 |
torch==1.10.0+cu111
|
4 |
torchvision==0.11.0+cu111
|
5 |
detectron2
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.10/index.html
|
3 |
+
gradio
|
4 |
+
transformers
|
5 |
+
pyyaml==5.1
|
6 |
torch==1.10.0+cu111
|
7 |
torchvision==0.11.0+cu111
|
8 |
detectron2
|
9 |
+
|
10 |
+
|
11 |
+
#-f https://download.pytorch.org/whl/torch_stable.html
|
12 |
+
#-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.10/index.html
|
13 |
+
#torch==1.10.0+cu111
|
14 |
+
#torchvision==0.11.0+cu111
|
15 |
+
#detectron2
|
16 |
+
#git+https://github.com/deepdoctection/deepdoctection#egg=deepdoctection[hf]
|