Spaces:
Runtime error
Runtime error
Commit
·
caf9579
1
Parent(s):
83470ae
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translat
|
|
4 |
os.system('unzip /home/user/app/en-indic.zip')
|
5 |
os.system('pip uninstall -y numpy')
|
6 |
os.system('pip install numpy==1.20 --user')
|
|
|
7 |
|
8 |
from fairseq import checkpoint_utils, distributed_utils, options, tasks, utils
|
9 |
|
|
|
4 |
os.system('unzip /home/user/app/en-indic.zip')
|
5 |
os.system('pip uninstall -y numpy')
|
6 |
os.system('pip install numpy==1.20 --user')
|
7 |
+
os.system('pip list')
|
8 |
|
9 |
from fairseq import checkpoint_utils, distributed_utils, options, tasks, utils
|
10 |
|