JustinLin610 commited on
Commit
e84066d
1 Parent(s): 10b0761
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
 
3
- os.system('git clone -b normformer-public https://github.com/pytorch/fairseq.git; cd fairseq;'
4
  'pip install --use-feature=in-tree-build ./; cd ..')
5
  os.system('ls -l')
6
 
1
  import os
2
 
3
+ os.system('cd fairseq;'
4
  'pip install --use-feature=in-tree-build ./; cd ..')
5
  os.system('ls -l')
6