DurgaDeepak commited on
Commit
de783ec
·
verified ·
1 Parent(s): 2b011a9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -2
requirements.txt CHANGED
@@ -1,5 +1,16 @@
1
- gradio==5.0.1
 
2
  sentence-transformers
3
- faiss-cpu
 
 
 
4
  PyMuPDF
 
 
 
 
 
 
 
5
  spaces
 
1
+ # Essential Hugging Face + Gradio + Transformers
2
+ transformers==4.41.1
3
  sentence-transformers
4
+ datasets
5
+ huggingface-hub
6
+ gradio==5.0.1
7
+ pdfminer.six
8
  PyMuPDF
9
+ faiss-cpu
10
+ langchain
11
+ unstructured
12
+ unstructured-inference
13
+ pdf2image
14
+ poppler-utils
15
+ pydantic
16
  spaces