Spaces:
Runtime error
Runtime error
Harveenchadha
commited on
Commit
·
75ed913
1
Parent(s):
b6f5d2a
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import os
|
|
|
2 |
os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/en-indic.zip')
|
3 |
os.system('git clone https://github.com/pytorch/fairseq.git')
|
4 |
os.chdir('fairseq')
|
|
|
1 |
import os
|
2 |
+
os.system('sudo easy_install')
|
3 |
os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/en-indic.zip')
|
4 |
os.system('git clone https://github.com/pytorch/fairseq.git')
|
5 |
os.chdir('fairseq')
|