ikraamkb commited on
Commit
7f17290
·
verified ·
1 Parent(s): 5b4fc38

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -9
requirements.txt CHANGED
@@ -1,12 +1,9 @@
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
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