Harveenchadha commited on
Commit
ef79ebc
1 Parent(s): d08d15d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,6 +2,8 @@ import os
2
 
3
  os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/en-indic.zip')
4
  os.system('unzip /home/user/app/en-indic.zip')
 
 
5
 
6
  from fairseq import checkpoint_utils, distributed_utils, options, tasks, utils
7
 
 
2
 
3
  os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/en-indic.zip')
4
  os.system('unzip /home/user/app/en-indic.zip')
5
+ os.system('pip uninstall -y numpy')
6
+ os.system('pip install numpy')
7
 
8
  from fairseq import checkpoint_utils, distributed_utils, options, tasks, utils
9