CR7CAD commited on
Commit
7b1e88c
·
verified ·
1 Parent(s): 92f45fe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- gradio
2
- transformers
3
- pdf2image
4
- pillow
5
- torch
6
- streamlit
 
1
+ streamlit==1.24.1
2
+ transformers==4.30.0
3
+ torch==2.0.0
4
+ python-docx==0.8.11
5
+ textract==1.6.3