Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -5
requirements.txt
CHANGED
@@ -1,10 +1,15 @@
|
|
1 |
fastapi
|
2 |
-
uvicorn
|
3 |
-
gradio
|
4 |
-
pandas
|
5 |
-
matplotlib
|
6 |
-
seaborn
|
7 |
transformers
|
8 |
torch
|
|
|
|
|
9 |
openpyxl
|
|
|
10 |
pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
+
uvicorn
|
|
|
|
|
|
|
|
|
3 |
transformers
|
4 |
torch
|
5 |
+
pdfplumber
|
6 |
+
python-docx
|
7 |
openpyxl
|
8 |
+
pytesseract
|
9 |
pillow
|
10 |
+
easyocr
|
11 |
+
python-pptx
|
12 |
+
gradio
|
13 |
+
seaborn
|
14 |
+
onnxruntime
|
15 |
+
onnxruntime-tools fitz
|