Harveenchadha commited on
Commit
f2eafc0
1 Parent(s): 6d08478

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ os.system('unzip /home/user/app/en-indic.zip')
5
  #os.system('git clone https://github.com/pytorch/fairseq.git')
6
  #os.chdir('fairseq')
7
  #os.system('pip install --no-cache-dir --editable ./')
8
- cwd = os.getcwd()
9
- os.chdir("/".join(cwd.split('/')[:-1]))
10
 
11
  from fairseq import checkpoint_utils, distributed_utils, options, tasks, utils
12
  os.system('pwd')
 
5
  #os.system('git clone https://github.com/pytorch/fairseq.git')
6
  #os.chdir('fairseq')
7
  #os.system('pip install --no-cache-dir --editable ./')
8
+ #cwd = os.getcwd()
9
+ #os.chdir("/".join(cwd.split('/')[:-1]))
10
 
11
  from fairseq import checkpoint_utils, distributed_utils, options, tasks, utils
12
  os.system('pwd')