Spaces:
Runtime error
Runtime error
update examples
Browse files
app.py
CHANGED
@@ -57,10 +57,10 @@ def query(text, user_lang):
|
|
57 |
|
58 |
|
59 |
examples = [
|
60 |
-
["Hello, world", "English"
|
61 |
-
["Can I have a cheeseburger?", "
|
62 |
-
["Hasta la vista", "
|
63 |
-
["동경에 휴가를 간다", "
|
64 |
]
|
65 |
|
66 |
gr.Interface(
|
|
|
57 |
|
58 |
|
59 |
examples = [
|
60 |
+
["Hello, world", "English"],
|
61 |
+
["Can I have a cheeseburger?", "German"],
|
62 |
+
["Hasta la vista", "English"],
|
63 |
+
["동경에 휴가를 간다", "Japanese"],
|
64 |
]
|
65 |
|
66 |
gr.Interface(
|