liuhuadai commited on
Commit
bea7699
1 Parent(s): 0f30aa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -182,8 +182,8 @@ with gr.Blocks() as demo:
182
  with gr.Row():
183
  with gr.Column():
184
  gr.Examples(
185
- examples = [['a dog barking and a bird chirping',2,1,5,55],['Pigeons peck, coo, and flap their wings before a man speaks',2,1,5,55],
186
- ['music of violin and piano',2,1,5,88],['wind thunder and rain falling',2,1,5,55],['music made by drum kit',2,1,5,55]],
187
  inputs = [prompt,ddim_steps, num_samples, scale, seed],
188
  outputs = [outaudio]
189
  )
 
182
  with gr.Row():
183
  with gr.Column():
184
  gr.Examples(
185
+ examples = [['An engine revving and then tires squealing',2,1,5,55],['A group of people laughing followed by farting',2,1,5,55],
186
+ ['Duck quacking repeatedly',2,1,5,88],['A man speaks as birds chirp and dogs bark',2,1,5,55],['Continuous snoring of a person',2,1,5,55]],
187
  inputs = [prompt,ddim_steps, num_samples, scale, seed],
188
  outputs = [outaudio]
189
  )