Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def generate(text, generation_args):
|
|
21 |
|
22 |
examples = [
|
23 |
["translate english to latin: and he took the sword and killed the man."],
|
24 |
-
["translate english to
|
25 |
]
|
26 |
|
27 |
demo = gr.Interface(
|
|
|
21 |
|
22 |
examples = [
|
23 |
["translate english to latin: and he took the sword and killed the man."],
|
24 |
+
["translate english to greek: and he took the sword and killed the man."],
|
25 |
]
|
26 |
|
27 |
demo = gr.Interface(
|