JustinLin610 commited on
Commit
752f7ec
1 Parent(s): bcb20cc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  os.system('cd fairseq;'
4
  'pip install --use-feature=in-tree-build ./; cd ..')
5
 
6
- os.system('pip uninstall easyocrlite;'
7
  'cd ezocr;'
8
  'pip install .; cd ..')
9
 
 
3
  os.system('cd fairseq;'
4
  'pip install --use-feature=in-tree-build ./; cd ..')
5
 
6
+ os.system('pip uninstall -y easyocrlite;'
7
  'cd ezocr;'
8
  'pip install .; cd ..')
9