Spaces:
Restarting
Restarting
Update requirements.txt
Browse files- requirements.txt +18 -5
requirements.txt
CHANGED
@@ -1,9 +1,22 @@
|
|
1 |
-
fastapi
|
2 |
-
|
3 |
-
gradio
|
|
|
|
|
|
|
4 |
transformers
|
5 |
-
|
|
|
6 |
python-docx
|
|
|
|
|
7 |
openpyxl
|
|
|
|
|
|
|
|
|
|
|
8 |
python-pptx
|
9 |
-
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
gradio==3.50.2
|
4 |
+
pandas
|
5 |
+
matplotlib
|
6 |
+
seaborn
|
7 |
transformers
|
8 |
+
torch
|
9 |
+
pdfplumber
|
10 |
python-docx
|
11 |
+
pydantic<2.0
|
12 |
+
tools
|
13 |
openpyxl
|
14 |
+
pytesseract
|
15 |
+
deep-translator
|
16 |
+
frontend
|
17 |
+
pillow
|
18 |
+
easyocr
|
19 |
python-pptx
|
20 |
+
pymupdf
|
21 |
+
tika
|
22 |
+
hf_xet
|