Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +0 -4
requirements.txt
CHANGED
@@ -1,15 +1,11 @@
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
3 |
gradio==4.19.2
|
4 |
-
|
5 |
-
# Document and image handling
|
6 |
python-docx
|
7 |
openpyxl
|
8 |
python-pptx
|
9 |
PyMuPDF
|
10 |
pillow
|
11 |
-
|
12 |
-
# Model & NLP
|
13 |
transformers==4.36.2
|
14 |
torch==2.1.2
|
15 |
tqdm
|
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
3 |
gradio==4.19.2
|
|
|
|
|
4 |
python-docx
|
5 |
openpyxl
|
6 |
python-pptx
|
7 |
PyMuPDF
|
8 |
pillow
|
|
|
|
|
9 |
transformers==4.36.2
|
10 |
torch==2.1.2
|
11 |
tqdm
|