maomao88 commited on
Commit
820edc7
·
1 Parent(s): 3b4b5c1

update examples

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -337,8 +337,8 @@ with gr.Blocks(css=css) as demo:
337
  # Examples Section
338
  gr.Examples(
339
  examples=[
340
- ["They heard the click of the front door and knew that the Dursleys had left the house."],
341
- ["Azkaban was a fortress where the most dangerous dark wizards were held, guarded by creatures called Dementors."]
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
  )