NaimaAqeel commited on
Commit
a899f79
·
verified ·
1 Parent(s): 145a282

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- transformers>=4.18.0
2
- gradio==3.1.4
3
- faiss-cpu==1.7.2
 
4
  python-docx==0.8.11
5
- PyMuPDF==1.24.4
6
- torch>=1.10.0
 
7
 
8
 
9
 
 
1
+ transformers==4.30.2
2
+ torch==2.0.1
3
+ gradio==3.34.0
4
+ faiss-cpu==1.7.4
5
  python-docx==0.8.11
6
+ PyMuPDF==1.23.8
7
+ httpx==0.23.3
8
+ httpcore==0.15.0
9
 
10
 
11