vishalsh13 commited on
Commit
0a58220
·
1 Parent(s): 9a9a10f
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  # Core Libraries
2
  gradio>=4.0,<5.0 # UI framework (tested with 4.14.0, but should work with 4.x)
3
- docx>=0.2.4 # For creating DOCX files (python-docx)
4
  PyPDF2>=3.0.0 # For reading PDF files
5
  transformers>=4.36.0,<4.37 # Hugging Face Transformers (version range for compatibility)
6
  sentencepiece>=0.1.9,<0.2.0 # Required by some Hugging Face tokenizers
 
1
  # Core Libraries
2
  gradio>=4.0,<5.0 # UI framework (tested with 4.14.0, but should work with 4.x)
3
+ python-docx>=0.2.4 # For creating DOCX files (python-docx)
4
  PyPDF2>=3.0.0 # For reading PDF files
5
  transformers>=4.36.0,<4.37 # Hugging Face Transformers (version range for compatibility)
6
  sentencepiece>=0.1.9,<0.2.0 # Required by some Hugging Face tokenizers