update examples
Browse files
app.py
CHANGED
@@ -337,8 +337,8 @@ with gr.Blocks(css=css) as demo:
|
|
337 |
# Examples Section
|
338 |
gr.Examples(
|
339 |
examples=[
|
340 |
-
["
|
341 |
-
["
|
342 |
],
|
343 |
inputs=[input_box]
|
344 |
)
|
|
|
337 |
# Examples Section
|
338 |
gr.Examples(
|
339 |
examples=[
|
340 |
+
["A bird can fly and so can a fly"],
|
341 |
+
["She sat by the river bank, letting the cool breeze and the sound of flowing water calm her thoughts."]
|
342 |
],
|
343 |
inputs=[input_box]
|
344 |
)
|