Manasa1 commited on
Commit
88baa91
·
verified ·
1 Parent(s): 1218ed1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from langchain.chains import ConversationalRetrievalChain
10
  import os
11
  import nltk
12
  nltk.download('punkt_tab')
13
-
14
  # Install Poppler and Tesseract in the runtime environment
15
  os.system("apt-get update && apt-get install -y poppler-utils tesseract-ocr")
16
 
 
10
  import os
11
  import nltk
12
  nltk.download('punkt_tab')
13
+ nltk.download('averaged_perceptron_tagger_eng')
14
  # Install Poppler and Tesseract in the runtime environment
15
  os.system("apt-get update && apt-get install -y poppler-utils tesseract-ocr")
16