Flippinjack commited on
Commit
2942720
·
1 Parent(s): 2d98c81

added the pdf and docs packages

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt CHANGED
@@ -9,6 +9,10 @@ sentencepiece>=0.1.99
9
  # Gradio for web interface
10
  gradio>=4.0.0
11
 
 
 
 
 
12
  # Tokenization
13
  tiktoken>=0.5.1
14
 
 
9
  # Gradio for web interface
10
  gradio>=4.0.0
11
 
12
+ # File reading libraries for document upload
13
+ pypdf>=4.0.0
14
+ python-docx>=1.0.0
15
+
16
  # Tokenization
17
  tiktoken>=0.5.1
18