Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
git+https://github.com/deepdoctection/deepdoctection#egg=deepdoctection[hf]
|
|
|
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 |
git+https://github.com/deepdoctection/deepdoctection#egg=deepdoctection[hf]
|