Spaces:
Runtime error
Runtime error
Update pip install fairseq
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
|