Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 = [['
|
186 |
-
['
|
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 |
)
|