Dannyar608 commited on
Commit
2084b35
·
verified ·
1 Parent(s): 4ed126e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- gradio
2
- PyPDF2
3
- pytesseract
4
- pillow
5
- pymupdf
6
- transformers
7
- torch
8
- huggingface-hub
9
- pandas
 
1
+ gradio==3.50.2
2
+ PyPDF2==3.0.1
3
+ pymupdf==1.23.5
4
+ pytesseract==0.3.10
5
+ pillow==10.1.0
6
+ transformers==4.36.2
7
+ torch==2.1.2
8
+ huggingface-hub==0.20.2
9
+ pdfplumber==0.10.0