JustinLin610 commited on
Commit
59fdcb0
1 Parent(s): 803e48e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
 
3
  os.system('cd fairseq;'
4
- 'pip install --use-feature=in-tree-build ./; cd ..')
5
 
6
  os.system('cd ezocr;'
7
  'pip install .; cd ..')
 
1
  import os
2
 
3
  os.system('cd fairseq;'
4
+ 'pip install ./; cd ..')
5
 
6
  os.system('cd ezocr;'
7
  'pip install .; cd ..')