Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
|
4 |
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
pdfplumber
|
6 |
python-docx
|
|
|
7 |
openpyxl
|
8 |
-
|
9 |
-
|
10 |
easyocr
|
11 |
-
python-pptx
|
12 |
-
gradio
|
13 |
-
seaborn
|
14 |
-
onnxruntime
|
15 |
-
onnxruntime-tools
|
16 |
-
fitz
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
+
gradio
|
4 |
torch
|
5 |
+
torchvision
|
6 |
+
transformers
|
7 |
+
Pillow
|
8 |
+
numpy
|
9 |
+
tqdm
|
10 |
+
pytesseract
|
11 |
pdfplumber
|
12 |
python-docx
|
13 |
+
python-pptx
|
14 |
openpyxl
|
15 |
+
fitz # PyMuPDF
|
16 |
+
tika
|
17 |
easyocr
|
|
|
|
|
|
|
|
|
|
|
|