Harveenchadha commited on
Commit
b6f5d2a
1 Parent(s): 1e0cbb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ 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')
5
- os.system('pip install -v --no-cache-dir --editable ./')
6
  cwd = os.getcwd()
7
  os.chdir("/".join(cwd.split('/')[:-1]))
8
 
 
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')
5
+ os.system('pip install --no-cache-dir --editable ./')
6
  cwd = os.getcwd()
7
  os.chdir("/".join(cwd.split('/')[:-1]))
8