Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -9
requirements.txt
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
-
fastapi
|
2 |
-
|
3 |
-
gradio
|
|
|
|
|
4 |
python-docx
|
5 |
openpyxl
|
6 |
python-pptx
|
7 |
-
|
8 |
-
pillow
|
9 |
-
transformers==4.36.2
|
10 |
-
torch==2.1.2
|
11 |
-
tqdm
|
12 |
-
sentencepiece
|
|
|
1 |
+
fastapi==0.95.2
|
2 |
+
pydantic==1.10.13
|
3 |
+
gradio
|
4 |
+
transformers
|
5 |
+
PyMuPDF
|
6 |
python-docx
|
7 |
openpyxl
|
8 |
python-pptx
|
9 |
+
Pillow
|
|
|
|
|
|
|
|
|
|