Spaces:
Build error
Build error
JustinLin610
commited on
Commit
·
1844e9f
1
Parent(s):
6edfbf7
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
|
3 |
os.system('cd fairseq;'
|
4 |
-
'pip install
|
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
|