JustinLin610 commited on
Commit
bcb20cc
1 Parent(s): 955051b
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ import os
3
  os.system('cd fairseq;'
4
  'pip install --use-feature=in-tree-build ./; cd ..')
5
 
6
- os.system('cd ezocr;'
 
7
  'pip install .; cd ..')
8
 
9
  import torch
 
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
 
10
  import torch