question_answering_app / requirements.txt
tosin2013's picture
Update requirements.txt
a2e4a91 verified
raw
history blame contribute delete
182 Bytes
gradio>=3.0.0
transformers>=4.30.0
#torch>=1.10.0 # For CPU
torch>=1.10.0+cu113 # Uncomment if using CUDA 11.3 for GPU
PyPDF2>=3.0.0
matplotlib>=3.3.0
fpdf2>=2.5.0
markdown>=3.3.4