Spaces:
Runtime error
Runtime error
Add a space to the example
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def run():
|
|
46 |
),
|
47 |
]
|
48 |
examples = [
|
49 |
-
["I'm a
|
50 |
["千里之行,始於足下", "en", 50],
|
51 |
]
|
52 |
outputs = gr.components.JSON()
|
|
|
46 |
),
|
47 |
]
|
48 |
examples = [
|
49 |
+
["I'm a mad lad!", "es", 50],
|
50 |
["千里之行,始於足下", "en", 50],
|
51 |
]
|
52 |
outputs = gr.components.JSON()
|