Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -20
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
|
2 |
-
httpcore==0.15.0
|
3 |
-
h11==0.12.0
|
4 |
datasets==2.16.1
|
5 |
huggingface-hub==0.22.2
|
6 |
easyocr==1.7.1
|
@@ -9,10 +7,10 @@ openai==1.3.5
|
|
9 |
paddleocr==2.7.0.3
|
10 |
paddle-bfloat==0.1.7
|
11 |
paddlepaddle==2.5.2
|
12 |
-
pandas==2.0.3
|
13 |
paramiko==3.3.1
|
14 |
pdf2docx==0.5.6
|
15 |
-
Pillow
|
16 |
requests==2.31.0
|
17 |
safetensors==0.4.0
|
18 |
scalene==1.5.31.1
|
@@ -25,18 +23,4 @@ torch==2.1.1
|
|
25 |
torchvision==0.16.1
|
26 |
tqdm==4.66.1
|
27 |
transformers==4.35.2
|
28 |
-
python-doctr
|
29 |
-
pillow
|
30 |
-
clean-text[gpl]
|
31 |
-
python-doctr[torch]
|
32 |
-
gradio>=3.23.0
|
33 |
-
libretranslatepy
|
34 |
-
natsort
|
35 |
-
nltk
|
36 |
-
pyspellchecker
|
37 |
-
torch
|
38 |
-
tqdm
|
39 |
-
rapidfuzz==2.13.7
|
40 |
-
tf2onnx
|
41 |
-
tensorflow-addons==0.21.0
|
42 |
-
uvicorn
|
|
|
1 |
+
gradio==3.50.2
|
|
|
|
|
2 |
datasets==2.16.1
|
3 |
huggingface-hub==0.22.2
|
4 |
easyocr==1.7.1
|
|
|
7 |
paddleocr==2.7.0.3
|
8 |
paddle-bfloat==0.1.7
|
9 |
paddlepaddle==2.5.2
|
10 |
+
pandas==2.0.3
|
11 |
paramiko==3.3.1
|
12 |
pdf2docx==0.5.6
|
13 |
+
Pillow==10.1.0
|
14 |
requests==2.31.0
|
15 |
safetensors==0.4.0
|
16 |
scalene==1.5.31.1
|
|
|
23 |
torchvision==0.16.1
|
24 |
tqdm==4.66.1
|
25 |
transformers==4.35.2
|
26 |
+
python-doctr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|