JustinLin610 commited on
Commit
967a081
1 Parent(s): 85d9fef

add easyocr

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ os.system('cd fairseq;'
4
  'pip install --use-feature=in-tree-build ./; cd ..')
5
  os.system('ls -l')
6
 
7
- os.system('cd EasyOCRLite;'
8
  'ls -l;'
9
  'pip install -e ./; cd ..')
10
  os.system('ls -l')
 
4
  'pip install --use-feature=in-tree-build ./; cd ..')
5
  os.system('ls -l')
6
 
7
+ os.system('cd ezocr;'
8
  'ls -l;'
9
  'pip install -e ./; cd ..')
10
  os.system('ls -l')