rajeshradhakrishnan commited on
Commit
62de3dd
1 Parent(s): 532ec8c

cache_examples log issue

Browse files
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
  )