Spaces:
Running
on
Zero
Running
on
Zero
address #1
#3
by
mrfakename
- opened
app.py
CHANGED
@@ -93,6 +93,11 @@ interface = gr.Interface(
|
|
93 |
],
|
94 |
outputs=gr.Audio(type="filepath", label="Generated Audio"),
|
95 |
title="Stable Audio Generator",
|
|
|
|
|
|
|
|
|
|
|
96 |
description="Generate variable-length stereo audio at 44.1kHz from text prompts using Stable Audio Open 1.0."
|
97 |
)
|
98 |
|
|
|
93 |
],
|
94 |
outputs=gr.Audio(type="filepath", label="Generated Audio"),
|
95 |
title="Stable Audio Generator",
|
96 |
+
examples=[
|
97 |
+
'Rock beat played in a treated studio, session drumming on an acoustic kit',
|
98 |
+
'Warm arpeggios on an analog synthesizer with a gradually rising filter cutoff and a reverb tail',
|
99 |
+
'Blackbird song, summer, dusk in the forest'
|
100 |
+
],
|
101 |
description="Generate variable-length stereo audio at 44.1kHz from text prompts using Stable Audio Open 1.0."
|
102 |
)
|
103 |
|