rajeshradhakrishnan commited on
Commit
7dbba2a
1 Parent(s): a95d13a

Oridinary Bus services

Browse files

Added a few bus routes in malayalam that can be converted to tamil

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ interface = gr.Interface(
36
  title="Malayalam to Tamil Translater",
37
  description="Try to translate മലയാളം to தமிழ் ? Input a few malayalam text and verify whether the model translated it appropriately!",
38
  article = "<p style='text-align: center'>മലയാളം - தமிழ் | Demo Application</p>",
39
- examples=[["ഓഹരി വിപണി തകരുമ്പോള്‍ നിക്ഷേപം എങ്ങനെ സുരക്ഷിതമാക്കാം"], ["വാര്‍ണറുടെ ഒറ്റക്കയ്യന്‍ ക്യാച്ചില്‍ അമ്പരന്ന് ക്രിക്കറ്റ് ലോകം"]],
40
  # live=True,
41
  # share=True
42
  )
 
36
  title="Malayalam to Tamil Translater",
37
  description="Try to translate മലയാളം to தமிழ் ? Input a few malayalam text and verify whether the model translated it appropriately!",
38
  article = "<p style='text-align: center'>മലയാളം - தமிழ் | Demo Application</p>",
39
+ examples=[["വടശ്ശേരിക്കര-ഗവി"], ["തിരുവനന്തപുരം-എറണാകുളം"],["നെന്മാറ - നെല്ലിയാമ്പതി"]],
40
  # live=True,
41
  # share=True
42
  )