kmirijan commited on
Commit
c9a5417
1 Parent(s): 4fe1bed

Trying to fix quotes issue on requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -3,6 +3,6 @@ langchain
3
  tiktoken
4
  chromadb
5
 
6
- unstructured[local-inference]
7
- detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2
8
- layoutparser[layoutmodels,tesseract]
 
3
  tiktoken
4
  chromadb
5
 
6
+ layoutparser[layoutmodels,tesseract]
7
+ "unstructured[local-inference]"
8
+ detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2