Spaces:
Build error
Build error
root
commited on
Commit
•
eaf18e9
1
Parent(s):
0734cee
added requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
azure-ai-formrecognizer==3.2.0b4
|
2 |
+
azure-common==1.1.28
|
3 |
+
azure-core==1.24.0
|
4 |
+
gradio==3.16.2
|
5 |
+
huggingface-hub==0.6.0
|
6 |
+
matplotlib==3.5.2
|
7 |
+
numpy==1.18.5
|
8 |
+
opencv-python==4.6.0.66
|
9 |
+
scipy==1.4.1
|
10 |
+
sentencepiece==0.1.95
|
11 |
+
tokenizers==0.12.1
|
12 |
+
torch==1.11.0
|
13 |
+
torchvision==0.12.0
|
14 |
+
tqdm==4.64.0
|
15 |
+
traitlets==4.3.3
|
16 |
+
transformers==4.19.0
|