Spaces:
Runtime error
Runtime error
Harveenchadha
commited on
Commit
·
1842d01
1
Parent(s):
6ca875a
Update app.py
Browse files
app.py
CHANGED
@@ -2,11 +2,11 @@ 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 |
-
os.chdir('indicTrans')
|
6 |
os.system('ls')
|
7 |
|
8 |
from indicTrans.inference.engine import Model
|
9 |
-
indic2en_model = Model(expdir='
|
10 |
|
11 |
ta_paragraph = """இத்தொற்றுநோய் உலகளாவிய சமூக மற்றும் பொருளாதார சீர்குலைவை ஏற்படுத்தியுள்ளது.இதனால் பெரும் பொருளாதார மந்தநிலைக்குப் பின்னர் உலகளவில் மிகப்பெரிய மந்தநிலை ஏற்பட்டுள்ளது. இது விளையாட்டு,மத, அரசியல் மற்றும் கலாச்சார நிகழ்வுகளை ஒத்திவைக்க அல்லது ரத்து செய்ய வழிவகுத்தது.
|
12 |
அச்சம் காரணமாக முகக்கவசம், கிருமிநாசினி உள்ளிட்ட பொருட்களை அதிக நபர்கள் வாங்கியதால் விநியோகப் பற்றாக்குறை ஏற்பட்டது."""
|
|
|
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 |
+
#os.chdir('indicTrans')
|
6 |
os.system('ls')
|
7 |
|
8 |
from indicTrans.inference.engine import Model
|
9 |
+
indic2en_model = Model(expdir='en-indic')
|
10 |
|
11 |
ta_paragraph = """இத்தொற்றுநோய் உலகளாவிய சமூக மற்றும் பொருளாதார சீர்குலைவை ஏற்படுத்தியுள்ளது.இதனால் பெரும் பொருளாதார மந்தநிலைக்குப் பின்னர் உலகளவில் மிகப்பெரிய மந்தநிலை ஏற்பட்டுள்ளது. இது விளையாட்டு,மத, அரசியல் மற்றும் கலாச்சார நிகழ்வுகளை ஒத்திவைக்க அல்லது ரத்து செய்ய வழிவகுத்தது.
|
12 |
அச்சம் காரணமாக முகக்கவசம், கிருமிநாசினி உள்ளிட்ட பொருட்களை அதிக நபர்கள் வாங்கியதால் விநியோகப் பற்றாக்குறை ஏற்பட்டது."""
|