Spaces:
Runtime error
Runtime error
rajeshradhakrishnan
commited on
Commit
•
334a549
1
Parent(s):
7903f66
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ examples = [
|
|
11 |
["നെന്മാറ - നെല്ലിയാമ്പതി"]
|
12 |
]
|
13 |
|
14 |
-
def transIndic(
|
15 |
response = requests.post(
|
16 |
uri,
|
17 |
json={
|
|
|
11 |
["നെന്മാറ - നെല്ലിയാമ്പതി"]
|
12 |
]
|
13 |
|
14 |
+
def transIndic(text, srclang, trgLang):
|
15 |
response = requests.post(
|
16 |
uri,
|
17 |
json={
|