Mr-Vicky-01 commited on
Commit
0561b84
1 Parent(s): e87650b

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 everyone"]
15
  ["hardwork never fails."],
16
  ["A room without books is like a body without a soul."],
17
  ["The Sun is approximately 4.6 billion years older than Earth."],
 
11
  return tokenizer.decode(out[0],skip_special_tokens=True)
12
 
13
  examples = [
14
+ ["hello everyone"],
15
  ["hardwork never fails."],
16
  ["A room without books is like a body without a soul."],
17
  ["The Sun is approximately 4.6 billion years older than Earth."],