JustinLin610 commited on
Commit
7883098
1 Parent(s): 8239234
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -3,8 +3,7 @@ import os
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
 
10
  import torch
 
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