Spaces:
Runtime error
Runtime error
Commit ·
7e5faa0
1
Parent(s): 76dfa60
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ os.system('unzip /home/user/app/indic-en.zip')
|
|
| 6 |
os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/en-indic.zip')
|
| 7 |
os.system('unzip /home/user/app/en-indic.zip')
|
| 8 |
os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/m2m_modified.zip')
|
| 9 |
-
os.system('unzip /home/user/app/
|
| 10 |
os.system('rm /home/user/app/indic-en.zip')
|
| 11 |
os.system('rm /home/user/app/en-indic.zip')
|
| 12 |
os.system('rm /home/user/app/m2m_modified.zip')
|
|
|
|
| 6 |
os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/en-indic.zip')
|
| 7 |
os.system('unzip /home/user/app/en-indic.zip')
|
| 8 |
os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/m2m_modified.zip')
|
| 9 |
+
os.system('unzip /home/user/app/m2m_modified.zip')
|
| 10 |
os.system('rm /home/user/app/indic-en.zip')
|
| 11 |
os.system('rm /home/user/app/en-indic.zip')
|
| 12 |
os.system('rm /home/user/app/m2m_modified.zip')
|