mrfakename commited on
Commit
b79c225
1 Parent(s): b725215
Files changed (1) hide show
  1. app.py +5 -0
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