Harveenchadha commited on
Commit
2b7cac2
1 Parent(s): a79bc3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translat
3
  os.system('pwd')
4
  os.system('unzip /home/user/app/en-indic.zip')
5
  os.chdir('indicTrans')
 
6
 
7
  from indicTrans.inference.engine import Model
8
  indic2en_model = Model(expdir='../en-indic')
 
3
  os.system('pwd')
4
  os.system('unzip /home/user/app/en-indic.zip')
5
  os.chdir('indicTrans')
6
+ os.system('ls')
7
 
8
  from indicTrans.inference.engine import Model
9
  indic2en_model = Model(expdir='../en-indic')