wsntxxn commited on
Commit
e192bff
·
1 Parent(s): 9a2d33b

Modify app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ with gr.Blocks(
272
 
273
  gr.Examples(
274
  examples=[
275
- ["a man is speaking then a dog barks", 5.0, 25],
276
  ["footsteps on wooden floor", 5.0, 25],
277
  ],
278
  inputs=[t2a_caption, t2a_guidance, t2a_steps]
 
272
 
273
  gr.Examples(
274
  examples=[
275
+ ["a man is speaking while a dog barks", 5.0, 25],
276
  ["footsteps on wooden floor", 5.0, 25],
277
  ],
278
  inputs=[t2a_caption, t2a_guidance, t2a_steps]