Mr-Vicky-01 commited on
Commit
097b8b0
·
verified ·
1 Parent(s): 9a75f2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ def language_translator(text):
10
  return tokenizer.decode(out[0],skip_special_tokens=True)
11
 
12
  examples = [
 
13
  ["hardwork never fails."],
14
  ["A room without books is like a body without a soul."],
15
  ["The Sun is approximately 4.6 billion years older than Earth."],
 
10
  return tokenizer.decode(out[0],skip_special_tokens=True)
11
 
12
  examples = [
13
+ ["hello everyone"]
14
  ["hardwork never fails."],
15
  ["A room without books is like a body without a soul."],
16
  ["The Sun is approximately 4.6 billion years older than Earth."],