Spaces:
Build error
Build error
MarkusDressel
commited on
Commit
•
4753213
1
Parent(s):
6641f40
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.8/index.html
|
3 |
+
gradio
|
4 |
+
Pillow
|
5 |
+
numpy
|
6 |
+
torch==1.8.0+cu101
|
7 |
+
torchvision==0.9.0+cu101
|
8 |
+
detectron2
|
9 |
+
transformers==4.12.5
|
10 |
+
Pillow==8.4.0
|
11 |
+
seqeval==1.2.2
|
12 |
+
pytesseract
|