Spaces:
Runtime error
Runtime error
Commit
·
299a8a0
1
Parent(s):
14e7a46
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,7 +121,7 @@ gr.Interface(
|
|
| 121 |
gr.inputs.Slider(0, 2147483647, label='Seed', default=random_seed, step=1),
|
| 122 |
gr.inputs.Slider(1.0, 20.0, label='Guidance Scale - how much the prompt will influence the results', default=6.0, step=0.1),
|
| 123 |
],
|
| 124 |
-
examples=[[load_dataset("hf-internal-testing/librispeech_asr_dummy", "clean", split="validation")
|
| 125 |
outputs=gr.Image(shape=[256,256], type="pil", elem_id="output_image"),
|
| 126 |
css="#output_image{width: 256px}",
|
| 127 |
title="Cover Generator (audio-to-image)",
|
|
|
|
| 121 |
gr.inputs.Slider(0, 2147483647, label='Seed', default=random_seed, step=1),
|
| 122 |
gr.inputs.Slider(1.0, 20.0, label='Guidance Scale - how much the prompt will influence the results', default=6.0, step=0.1),
|
| 123 |
],
|
| 124 |
+
examples=[[load_dataset("hf-internal-testing/librispeech_asr_dummy", "clean", split="validation")[0]["audio"]]],
|
| 125 |
outputs=gr.Image(shape=[256,256], type="pil", elem_id="output_image"),
|
| 126 |
css="#output_image{width: 256px}",
|
| 127 |
title="Cover Generator (audio-to-image)",
|