Mattral commited on
Commit
68fb5d7
·
verified ·
1 Parent(s): 6e04d14

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  streamlit==1.14.0 # For running the Streamlit app
2
  huggingface-hub==0.13.3 # Hugging Face Hub package to interact with the API
3
- easyocr==1.5.1 # For OCR functionality (if you're using it in your app)
4
  langchain==0.0.150 # For Langchain functionality (document processing and indexing)
5
  googletrans==4.0.0-rc1 # For translation functionality (if using Google Translate API)
6
  numpy==1.21.6 # For working with numpy arrays
 
1
  streamlit==1.14.0 # For running the Streamlit app
2
  huggingface-hub==0.13.3 # Hugging Face Hub package to interact with the API
3
+ easyocr==1.5.0 # For OCR functionality (if you're using it in your app)
4
  langchain==0.0.150 # For Langchain functionality (document processing and indexing)
5
  googletrans==4.0.0-rc1 # For translation functionality (if using Google Translate API)
6
  numpy==1.21.6 # For working with numpy arrays