Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -8
requirements.txt
CHANGED
@@ -1,11 +1,4 @@
|
|
1 |
-
|
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
|
|
|
1 |
+
git+https://github.com/deepdoctection/deepdoctection#egg=deepdoctection[hf]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
|
4 |
#-f https://download.pytorch.org/whl/torch_stable.html
|