hussain-shk commited on
Commit
9b65fb5
·
1 Parent(s): cdf210b

removed target

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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]