Spaces:
Runtime error
Runtime error
Commit
·
9b65fb5
1
Parent(s):
cdf210b
removed target
Browse files
app.py
CHANGED
@@ -16,7 +16,6 @@ def trans(text: str, source:str, target:str):
|
|
16 |
"data": [
|
17 |
text,
|
18 |
source,
|
19 |
-
target
|
20 |
]
|
21 |
}, timeout=None).json()
|
22 |
return response["data"][0]
|
|
|
16 |
"data": [
|
17 |
text,
|
18 |
source,
|
|
|
19 |
]
|
20 |
}, timeout=None).json()
|
21 |
return response["data"][0]
|