tosin2013 commited on
Commit
a2e4a91
1 Parent(s): 35351fe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- gradio
2
- transformers
3
- torch
4
- PyPDF2
5
- markdown
6
- fpdf
 
 
 
1
+ gradio>=3.0.0
2
+ transformers>=4.30.0
3
+ #torch>=1.10.0 # For CPU
4
+ torch>=1.10.0+cu113 # Uncomment if using CUDA 11.3 for GPU
5
+ PyPDF2>=3.0.0
6
+ matplotlib>=3.3.0
7
+ fpdf2>=2.5.0
8
+ markdown>=3.3.4