Spaces:
Runtime error
Runtime error
rajeshradhakrishnan
commited on
Commit
•
7dbba2a
1
Parent(s):
a95d13a
Oridinary Bus services
Browse filesAdded a few bus routes in malayalam that can be converted to tamil
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 |
)
|