JustinLin610 commited on
Commit
c5a2a48
1 Parent(s): 84592b4

update install ezocr

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ os.system('cd fairseq;'
5
  os.system('ls -l')
6
 
7
  os.system('cd ezocr;'
8
- 'python setup.py develop; cd ..')
9
  os.system('ls -l')
10
 
11
  import torch
 
5
  os.system('ls -l')
6
 
7
  os.system('cd ezocr;'
8
+ 'python setup.py install --user; cd ..')
9
  os.system('ls -l')
10
 
11
  import torch