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