Spaces:
Runtime error
Runtime error
Harveenchadha
commited on
Commit
•
ff4fabf
1
Parent(s):
a611df3
Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,9 @@ import os
|
|
4 |
os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/en-indic.zip')
|
5 |
os.system('unzip /home/user/app/en-indic.zip')
|
6 |
os.system('pip uninstall -y numpy')
|
7 |
-
os.system('pip install numpy==1.
|
8 |
-
os.system('pip uninstall -y numba')
|
9 |
-
os.system('pip install numba==0.53')
|
10 |
|
11 |
from fairseq import checkpoint_utils, distributed_utils, options, tasks, utils
|
12 |
|
|
|
4 |
os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/en-indic.zip')
|
5 |
os.system('unzip /home/user/app/en-indic.zip')
|
6 |
os.system('pip uninstall -y numpy')
|
7 |
+
os.system('pip install numpy==1.20.0')
|
8 |
+
#os.system('pip uninstall -y numba')
|
9 |
+
#os.system('pip install numba==0.53')
|
10 |
|
11 |
from fairseq import checkpoint_utils, distributed_utils, options, tasks, utils
|
12 |
|