Spaces:
Runtime error
Runtime error
Harveenchadha
commited on
Commit
·
4236010
1
Parent(s):
fa85b7d
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system('wget 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 |
|
|
|
1 |
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 |
|