Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
@@ -1,17 +1,16 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
gradio
|
4 |
-
torch
|
5 |
-
torchvision
|
6 |
transformers
|
7 |
-
|
8 |
-
numpy
|
9 |
-
tqdm
|
10 |
-
pytesseract
|
11 |
pdfplumber
|
12 |
python-docx
|
13 |
-
python-pptx
|
14 |
openpyxl
|
15 |
-
|
16 |
-
|
17 |
easyocr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>=4.30.0
|
13 |
+
gradio_client>=0.10.0
|
14 |
+
seaborn
|
15 |
+
pymupdf # alias de fitz
|
16 |
+
tika
|