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