Manasa1 commited on
Commit
1218ed1
·
verified ·
1 Parent(s): 57a73aa

Update app.py

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