Spaces:
Runtime error
Runtime error
JustinLin610
commited on
Commit
·
e84066d
1
Parent(s):
10b0761
update
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
|
3 |
-
os.system('
|
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 |
|