harveen commited on
Commit
91a70c2
2 Parent(s): 9bbf386 e8d9b87

Merge branch 'main' of https://huggingface.co/spaces/Harveenchadha/indic_translation

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.DS_Store DELETED
Binary file (6.15 kB)
 
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('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
 
2
  os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/en-indic.zip')
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