Soumen commited on
Commit
0de03d4
1 Parent(s): 5ca7503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ To perform basic and useful NLP task with Streamlit, Spacy, Textblob and Gensim
19
  # Core Pkgs
20
  import os
21
  os.system('sudo apt-get install tesseract-ocr-eng')
22
- os.system('sudo apt-get install tesseract-ocr-ben')
 
23
  os.system('pip install -q pytesseract')
24
  import streamlit as st
25
  import os
 
19
  # Core Pkgs
20
  import os
21
  os.system('sudo apt-get install tesseract-ocr-eng')
22
+ os.system('sudo apt update')
23
+ os.system('sudo apt install tesseract-ocr-ben')
24
  os.system('pip install -q pytesseract')
25
  import streamlit as st
26
  import os