Mr-Vicky-01 commited on
Commit
9fec5d1
·
verified ·
1 Parent(s): 6a48d80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def language_translator(text):
11
  return tokenizer.decode(out[0],skip_special_tokens=True)
12
 
13
  examples = [
14
- ["Hello, how are you today?"],
15
  ["Translate this sentence into another language."],
16
  ["how to play a game"],
17
  ]
 
11
  return tokenizer.decode(out[0],skip_special_tokens=True)
12
 
13
  examples = [
14
+ ["how are you today?"],
15
  ["Translate this sentence into another language."],
16
  ["how to play a game"],
17
  ]