Spaces:
Runtime error
Runtime error
Harveenchadha
commited on
Commit
•
e220ed1
1
Parent(s):
ff4fabf
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ 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
|
8 |
#os.system('pip uninstall -y numba')
|
9 |
#os.system('pip install numba==0.53')
|
10 |
|
|
|
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')
|
8 |
#os.system('pip uninstall -y numba')
|
9 |
#os.system('pip install numba==0.53')
|
10 |
|