JustinLin610 commited on
Commit
d55c6e0
1 Parent(s): 50499d2

Update app.py

Browse files
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
  os.system('ls -l')
6
 
7
  import torch
 
1
  import os
2
 
3
  os.system('cd fairseq;'
4
+ 'pip install ./; cd ..')
5
  os.system('ls -l')
6
 
7
  import torch