Spaces:
Runtime error
Runtime error
Commit
·
0075e10
1
Parent(s):
ecc8194
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
2 |
pyyaml==5.1
|
3 |
-
|
4 |
-
|
|
|
|
|
|
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 |
+
pytesseract
|