Spaces:
Running
Running
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 |
-
["
|
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 |
]
|