ysharma HF staff commited on
Commit
666a6e9
1 Parent(s): 44ee630
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@
13
  import os
14
  os.system('apt-get install tesseract-ocr')
15
  #os.system('pip install -q pytesseract')
16
- os.system('pip install -q pytesseract')
17
  #sudo apt-get install tesseract-ocr
18
 
19
  import pytesseract
 
13
  import os
14
  os.system('apt-get install tesseract-ocr')
15
  #os.system('pip install -q pytesseract')
16
+ os.system('pip install pytesseract')
17
  #sudo apt-get install tesseract-ocr
18
 
19
  import pytesseract