DtYXs commited on
Commit
febe0d2
1 Parent(s): 2049da4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
 
3
- os.system('git clone https://github.com/pytorch/fairseq.git; 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