Spaces:
Sleeping
Sleeping
Mr-Vicky-01
commited on
Update app.py
Browse files
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."],
|